summaryrefslogtreecommitdiffstats
path: root/hw/lpc-mbox.c
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-06-07 15:39:45 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-06-18 22:13:43 -0500
commite50e239b75c38efc084aec21969d7060bf6a2e29 (patch)
tree06df39d9e43d56dbb082c9cdb5901b4bd852b330 /hw/lpc-mbox.c
parent8f650b6d55b4060cca7b8a2fa2850bc73890b179 (diff)
downloadblackbird-skiboot-e50e239b75c38efc084aec21969d7060bf6a2e29.tar.gz
blackbird-skiboot-e50e239b75c38efc084aec21969d7060bf6a2e29.zip
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/lpc-mbox.c')
-rw-r--r--hw/lpc-mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lpc-mbox.c b/hw/lpc-mbox.c
index 4b1d5e52..58a99692 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);
}
OpenPOWER on IntegriCloud