aboutsummaryrefslogtreecommitdiff
path: root/lib/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/daemon.c')
-rw-r--r--lib/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/daemon.c b/lib/daemon.c
index 59628f23..6cb553ac 100644
--- a/lib/daemon.c
+++ b/lib/daemon.c
@@ -32,10 +32,10 @@
#include "socket-util.h"
#include "timeval.h"
#include "util.h"
-
-#define THIS_MODULE VLM_daemon
#include "vlog.h"
+VLOG_DEFINE_THIS_MODULE(daemon)
+
/* Should we run in the background? */
static bool detach;