summaryrefslogtreecommitdiffstats
path: root/libdaemon/dlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdaemon/dlog.c')
-rw-r--r--libdaemon/dlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdaemon/dlog.c b/libdaemon/dlog.c
index 88c4e60..64f5227 100644
--- a/libdaemon/dlog.c
+++ b/libdaemon/dlog.c
@@ -29,7 +29,7 @@
#include "dlog.h"
enum daemon_log_flags daemon_log_use = DAEMON_LOG_AUTO|DAEMON_LOG_STDERR;
-char* daemon_log_ident = NULL;
+const char* daemon_log_ident = NULL;
void daemon_log(int prio, const char* template, ...) {
va_list arglist;