diff options
Diffstat (limited to 'src/cubeb_log.cpp')
-rw-r--r-- | src/cubeb_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_log.cpp b/src/cubeb_log.cpp index bd34af1..16aed6e 100644 --- a/src/cubeb_log.cpp +++ b/src/cubeb_log.cpp @@ -72,7 +72,7 @@ public: while (true) { cubeb_log_message msg; while (msg_queue.dequeue(&msg, 1)) { - LOGV("%s", msg.get()); + LOG_INTERNAL_NO_FORMAT(CUBEB_LOG_NORMAL, "%s", msg.get()); } #ifdef _WIN32 Sleep(CUBEB_LOG_BATCH_PRINT_INTERVAL_MS); |