mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
minor
This commit is contained in:
parent
9d2d8fe1d7
commit
43cde3609a
@ -466,7 +466,7 @@ int setupDetectorServer(char *mess, char *sname) {
|
|||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
LOG(logINFO, ("\tSymbolic link created\n"));
|
LOG(logINFO, ("\tSymbolic link created %s -> %s\n", linkname, sname));
|
||||||
|
|
||||||
// blackfin boards (respawn) (only kept for backwards compatibility)
|
// blackfin boards (respawn) (only kept for backwards compatibility)
|
||||||
#ifndef VIRTUAL
|
#ifndef VIRTUAL
|
||||||
@ -704,7 +704,7 @@ int deleteOldServers(char *mess, char *newServerPath, char *errorPrefix) {
|
|||||||
}
|
}
|
||||||
return OK;
|
return OK;
|
||||||
} else {
|
} else {
|
||||||
LOG(logINFO, ("Current binary same as new server name\n"));
|
LOG(logINFO, ("\tCurrent binary same as new server name\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return OK;
|
return OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user