code reformatting

This commit is contained in:
kakwa 2016-09-01 08:29:07 +02:00
parent 9a05006d1e
commit 5cbcdc4a1d
4 changed files with 14 additions and 12 deletions

View File

@ -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);