mirror of
https://github.com/kakwa/uts-server
synced 2025-02-10 20:53:28 +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)
|
||||
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) {
|
||||
ret = http_server_start(args.conffile, conf_wd, args.stdout_dbg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user