This commit is contained in:
maliakal_d 2021-11-09 09:50:40 +01:00
parent 729441dcc6
commit 1506c70329

View File

@ -474,7 +474,7 @@ int executeCommand(char *command, char *result, enum TLogLevel level) {
if (strlen(result)) {
if (success) {
success = FAIL;
LOG(logERROR, ("Executing cmd[%s]:%s\n", cmdresult));
LOG(logERROR, ("Executing cmd[%s]:%s\n", cmd, result));
} else {
LOG(level, ("Result:\n[%s]\n", result));
}