mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
bugfix
This commit is contained in:
parent
729441dcc6
commit
1506c70329
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user