1
0
Fork 0

Updated for new logging system.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@998
This commit is contained in:
Sjoerd van der Berg 2003-05-11 10:08:35 +00:00
parent 8b644202c2
commit b48f2de04d

View file

@ -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;
}