mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
fix ordering between start log and actual start
This commit is contained in:
parent
ee5870509a
commit
ce19f74858
@ -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…
Reference in New Issue
Block a user