mirror of
https://github.com/kakwa/uts-server
synced 2025-02-11 05:03:26 +01:00
code reformatting
This commit is contained in:
parent
7f8d992f56
commit
d8f75a23f5
@ -73,7 +73,9 @@ int main(int argc, char **argv) {
|
|||||||
if (args.daemonize)
|
if (args.daemonize)
|
||||||
skeleton_daemon();
|
skeleton_daemon();
|
||||||
|
|
||||||
syslog(LOG_NOTICE, "uts-server daemon starting with conf '%s' from working dir '%s'", args.conffile, conf_wd);
|
syslog(LOG_NOTICE,
|
||||||
|
"uts-server daemon starting with conf '%s' from working dir '%s'",
|
||||||
|
args.conffile, conf_wd);
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
ret = http_server_start(args.conffile, conf_wd, args.stdout_dbg);
|
ret = http_server_start(args.conffile, conf_wd, args.stdout_dbg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user