Updated for new logging system.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@998
This commit is contained in:
parent
8b644202c2
commit
b48f2de04d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue