summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-25 21:19:01 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-25 21:19:01 +0200
commit9488d7234763218ef28ee3bf0fd3a208a5c398de (patch)
tree1c8b60e692657884ac2e29ed16029fd2f72d7407 /src
parent99f8434e5002b6c562b8ba6227dac788abf7615b (diff)
downloadexchange-9488d7234763218ef28ee3bf0fd3a208a5c398de.tar.gz
exchange-9488d7234763218ef28ee3bf0fd3a208a5c398de.tar.bz2
exchange-9488d7234763218ef28ee3bf0fd3a208a5c398de.zip
missing newline in log
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
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,