TecsServer no longer restarted by SICS
This commit is contained in:
@@ -76,6 +76,12 @@ void logfileOpen(int first) {
|
||||
fil=fopen(filnam, "a");
|
||||
}
|
||||
#endif
|
||||
if (fil==NULL) {
|
||||
printf("Can not open %s\n", filnam);
|
||||
fil=stdout;
|
||||
str_copy(filnam, "<stdout>");
|
||||
return;
|
||||
}
|
||||
ErrSetOutFile(fil);
|
||||
if (first) {
|
||||
fprintf(fil, "%04d-%02d-%02d opened logfile\n"
|
||||
|
||||
Reference in New Issue
Block a user