diff --git a/subsys/bluetooth/host/monitor.c b/subsys/bluetooth/host/monitor.c index d599051b732..4b0e9c52899 100644 --- a/subsys/bluetooth/host/monitor.c +++ b/subsys/bluetooth/host/monitor.c @@ -105,7 +105,7 @@ void bt_log(int prio, const char *fmt, ...) monitor_send(id, sizeof(id)); va_start(ap, fmt); - _prf(log_out, NULL, fmt, ap); + _vprintk(log_out, NULL, fmt, ap); va_end(ap); /* Terminate the string with null */