summaryrefslogtreecommitdiffstats
path: root/hw/lpc-mbox.c
diff options
context:
space:
mode:
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