diff --git a/cube/User/Src/cmdHandler.c b/cube/User/Src/cmdHandler.c index 70c0d46..d75adfd 100644 --- a/cube/User/Src/cmdHandler.c +++ b/cube/User/Src/cmdHandler.c @@ -105,7 +105,7 @@ int8_t cmdExecuteCommand(uint8_t *cmdLine, bool resetConfigMode) { int8_t retCode = 0; char *cmd = strtok(cmdLine, ' '); - coloredMsg(LOG_YELLOW, "cec, cmdLine is %s, cmd is %s", cmdLine); + coloredMsg(LOG_YELLOW, "cec, cmdLine is %s, cmd is %s", cmdLine, cmd); if (0 == strcmp(cmd, "quit")) { messageToSend = GOODBYE_MSG; retCode = -1;