* Use syslog-compatible logging levels in lprintf(); the loglevel chosen
[citadel.git] / citadel / control.c
index 86533a8ee4e0fa38fa7f1803e48607c9ae7d8679..973c10fd448091d9d391495b82fd7702b0d0e1c6 100644 (file)
@@ -80,7 +80,7 @@ void get_control(void)
                }
        }
        if (control_fp == NULL) {
-               lprintf(1, "ERROR opening citadel.control: %s\n",
+               lprintf(CTDL_ALERT, "ERROR opening citadel.control: %s\n",
                        strerror(errno));
                return;
        }