Replaced uses of fprintf() with warning() or error()
svn-id: r26022
This commit is contained in:
parent
68df0a697a
commit
8778f121e2
3 changed files with 23 additions and 24 deletions
|
@ -134,7 +134,7 @@ void MidiDriver_SEQ::send(uint32 b) {
|
|||
buf[position++] = 0;
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "Unknown : %08x\n", (int)b);
|
||||
warning("MidiDriver_SEQ::send: unknown : %08x", (int)b);
|
||||
break;
|
||||
}
|
||||
write(device, buf, position);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue