zy1000: fix breakage in command parsing code for power command

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
__archive__
Øyvind Harboe 2009-11-22 13:16:48 +01:00
parent d1fbcc3589
commit 808e53368c
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ COMMAND_HANDLER(handle_power_command)
// fall through
}
case 0:
command_print(cmd_ctx, "Target power %s", savePower ? "on" : "off");
LOG_INFO("Target power %s", savePower ? "on" : "off");
break;
default:
return ERROR_INVALID_ARGUMENTS;