Fixed push-out shutting down the logger, added debug message for logger exiting.
This commit is contained in:
parent
5fbf4dd23b
commit
69eea675eb
2 changed files with 2 additions and 3 deletions
|
@ -75,6 +75,7 @@ namespace Controller {
|
|||
printf("%s", buf);
|
||||
}
|
||||
}
|
||||
Log("LOG", "Logger exiting");
|
||||
fclose(output);
|
||||
close((long long int)err);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue