]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
Prefix loglevel macros with "LL_".
[paraslash.git] / audiod.c
index fc4ac6f5017b2eb5c4876d0c29a0bd53ba512b8f..12aa9d7a88916b42a59fdd7fbeb14be3b9583dbb 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -207,7 +207,7 @@ __printf_2_3 void para_log(int ll, const char* fmt,...)
        tm = localtime(&t1);
        strftime(str, MAXLINE, "%b %d %H:%M:%S", tm);
        fprintf(outfd, "%s %s ", str, hostname);
-       if (conf.loglevel_arg <= INFO)
+       if (conf.loglevel_arg <= LL_INFO)
                fprintf(outfd, "%i ", ll);
        va_start(argp, fmt);
        vfprintf(outfd, fmt, argp);