This commit is contained in:
maliakal_d 2022-04-04 11:27:34 +02:00
parent 9d2d8fe1d7
commit 43cde3609a

View File

@ -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;