summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/debug.c b/src/util/debug.c
index 908fca440..9cd0f41ff 100644
--- a/src/util/debug.c
+++ b/src/util/debug.c
@@ -203,14 +203,14 @@ void debug_fn(const char *file,
const char *format, ...)
{
va_list ap;
-
-#ifdef WITH_JOURNALD
- errno_t ret;
struct timeval tv;
struct tm *tm;
char datetime[20];
int year;
+#ifdef WITH_JOURNALD
+ errno_t ret;
+
if (!debug_file) {
/* If we are not outputting logs to files, we should be sending them
* to journald.