aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.c')
-rw-r--r--src/daemon/internal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/internal.c b/src/daemon/internal.c
index 85c17b16..433d4886 100644
--- a/src/daemon/internal.c
+++ b/src/daemon/internal.c
@@ -26,7 +26,7 @@
26 26
27#include "internal.h" 27#include "internal.h"
28 28
29 29#if HAVE_MESSAGES
30/** 30/**
31 * fprintf-like helper function for logging debug 31 * fprintf-like helper function for logging debug
32 * messages. 32 * messages.
@@ -42,6 +42,7 @@ MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...)
42 VFPRINTF (stderr, format, va); 42 VFPRINTF (stderr, format, va);
43 va_end (va); 43 va_end (va);
44} 44}
45#endif
45 46
46/** 47/**
47 * Process escape sequences ('+'=space, %HH) 48 * Process escape sequences ('+'=space, %HH)