mirror of
https://github.com/kakwa/uts-server
synced 2025-01-24 20:37:27 +01:00
fix ordering between start log and actual start
This commit is contained in:
parent
e5f7732846
commit
f22c4cfc87
@ -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…
x
Reference in New Issue
Block a user