mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
fix ordering between start log and actual start
This commit is contained in:
parent
e5f7732846
commit
f22c4cfc87
1 changed files with 1 additions and 1 deletions
|
@ -67,8 +67,8 @@ int main(int argc, char **argv) {
|
|||
|
||||
while (1) {
|
||||
// TODO: Insert daemon code here.
|
||||
syslog(LOG_NOTICE, "uts-server daemon starting.");
|
||||
http_server_start(args.conffile, args.stdout_dbg);
|
||||
syslog(LOG_NOTICE, "uts-server daemon started.");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue