missing newline in log
This commit is contained in:
parent
99f8434e50
commit
9488d72347
@ -814,7 +814,7 @@ main (int argc,
|
||||
fprintf (stderr, "chmod failed: %s\n", strerror (errno));
|
||||
return 1;
|
||||
}
|
||||
GNUNET_log (GNUNET_ERROR_TYPE_INFO, "set socket '%s' to mode %o", serve_unixpath, unixpath_mode);
|
||||
GNUNET_log (GNUNET_ERROR_TYPE_INFO, "set socket '%s' to mode %o\n", serve_unixpath, unixpath_mode);
|
||||
|
||||
mydaemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user