From 7af5737ec5880e5d155541248c674ebd2edf1593 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 24 Nov 2021 16:15:40 -0500 Subject: [PATCH] Switch to `LOG`. --- Machines/Atari/ST/IntelligentKeyboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/Atari/ST/IntelligentKeyboard.cpp b/Machines/Atari/ST/IntelligentKeyboard.cpp index 7e9ba4940..4fab68478 100644 --- a/Machines/Atari/ST/IntelligentKeyboard.cpp +++ b/Machines/Atari/ST/IntelligentKeyboard.cpp @@ -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: