diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2018-06-07 15:39:45 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-06-18 22:13:43 -0500 |
commit | e50e239b75c38efc084aec21969d7060bf6a2e29 (patch) | |
tree | 06df39d9e43d56dbb082c9cdb5901b4bd852b330 /hw | |
parent | 8f650b6d55b4060cca7b8a2fa2850bc73890b179 (diff) | |
download | skiboot-e50e239b75c38efc084aec21969d7060bf6a2e29.zip skiboot-e50e239b75c38efc084aec21969d7060bf6a2e29.tar.gz skiboot-e50e239b75c38efc084aec21969d7060bf6a2e29.tar.bz2 |
libflash: quieten our logging
Suggested-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/lpc-mbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lpc-mbox.c b/hw/lpc-mbox.c index 4b1d5e5..58a9969 100644 --- a/hw/lpc-mbox.c +++ b/hw/lpc-mbox.c @@ -111,7 +111,7 @@ static void bmc_mbox_send_message(struct bmc_mbox_msg *msg) */ /* Ping */ - prlog(PR_DEBUG, "Sending BMC interrupt\n"); + prlog(PR_TRACE, "Sending BMC interrupt\n"); bmc_mbox_outb(MBOX_CTRL_INT_SEND, MBOX_HOST_CTRL); } |