mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +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 (strlen(result)) {
|
||||||
if (success) {
|
if (success) {
|
||||||
success = FAIL;
|
success = FAIL;
|
||||||
LOG(logERROR, ("Executing cmd[%s]:%s\n", cmdresult));
|
LOG(logERROR, ("Executing cmd[%s]:%s\n", cmd, result));
|
||||||
} else {
|
} else {
|
||||||
LOG(level, ("Result:\n[%s]\n", result));
|
LOG(level, ("Result:\n[%s]\n", result));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user