1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00

Switch to LOG.

This commit is contained in:
Thomas Harte 2021-11-24 16:15:40 -05:00
parent 0ad1529f3f
commit 7af5737ec5

View File

@ -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: