aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0ea7845..31e4330 100644
--- a/src/main.c
+++ b/src/main.c
@@ -354,7 +354,7 @@ int main(int argc, char *argv[])
if (getopt_used(OPT_LOGLEVEL)) {
value = getopt_str(OPT_LOGLEVEL);
if (!strcasecmp(value, "debug"))
- log_prio = DEBUG;
+ log_prio = LP_DEBUG;
else if (!strcasecmp(value, "protocol"))
log_prio = PROTOCOL;
else if (!strcasecmp(value, "notice"))