diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-25 21:19:01 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-25 21:19:01 +0200 |
commit | 9488d7234763218ef28ee3bf0fd3a208a5c398de (patch) | |
tree | 1c8b60e692657884ac2e29ed16029fd2f72d7407 | |
parent | 99f8434e5002b6c562b8ba6227dac788abf7615b (diff) |
missing newline in log
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index b06a399ee..4aff2bb42 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -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, |