summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDave Voutila <dv@cvs.openbsd.org>2022-12-19 20:27:27 +0000
committerDave Voutila <dv@cvs.openbsd.org>2022-12-19 20:27:27 +0000
commitd04aa94cd8a6ef7ea8bd28e657a6874c6410592e (patch)
treedb70f4ecd78f0b61495cf45b770a5619c179b648 /usr.sbin
parent7e57e026ad51022d11c022075f196cb1bc04d32a (diff)
Silence vmd ns8250 log noise about reading com1 before ready.
ok marlkin@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/vmd/ns8250.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/ns8250.c b/usr.sbin/vmd/ns8250.c
index 9ffb9c96528..37da93545e6 100644
--- a/usr.sbin/vmd/ns8250.c
+++ b/usr.sbin/vmd/ns8250.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ns8250.c,v 1.32 2021/07/16 16:21:22 dv Exp $ */
+/* $OpenBSD: ns8250.c,v 1.33 2022/12/19 20:27:26 dv Exp $ */
/*
* Copyright (c) 2016 Mike Larkin <mlarkin@openbsd.org>
*
@@ -299,7 +299,7 @@ vcpu_process_com_data(struct vm_exit *vei, uint32_t vm_id, uint32_t vcpu_id)
com1_dev.regs.lsr &= ~LSR_RXRDY;
} else {
set_return_data(vei, com1_dev.regs.data);
- log_warnx("%s: guest reading com1 when not ready",
+ log_debug("%s: guest reading com1 when not ready",
__func__);
}