From b48f2de04d58f92afa6e632e027607aad772aecf Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 11 May 2003 10:08:35 +0000 Subject: [PATCH] Updated for new logging system. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@998 --- src/gui/midi_alsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/midi_alsa.h b/src/gui/midi_alsa.h index 0f2ae276..e1b9735a 100644 --- a/src/gui/midi_alsa.h +++ b/src/gui/midi_alsa.h @@ -110,7 +110,7 @@ public: } break; default: - LOG(LOG_MISC,"ALSA:Unknown Command: %08x", (int)msg); + LOG(LOG_MISC,LOG_WARN)("ALSA:Unknown Command: %08x", (int)msg); send_event(1); break; }