mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Switch to LOG
.
This commit is contained in:
parent
0ad1529f3f
commit
7af5737ec5
@ -157,7 +157,7 @@ void IntelligentKeyboard::dispatch_command(uint8_t command) {
|
||||
// If not, exit. If so, perform and drop out of the switch.
|
||||
switch(command_sequence_.front()) {
|
||||
default:
|
||||
printf("Unrecognised IKBD command %02x\n", command);
|
||||
LOG("Unrecognised IKBD command " << PADHEX(2) << +command);
|
||||
break;
|
||||
|
||||
case 0x80:
|
||||
|
Loading…
Reference in New Issue
Block a user