X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;fp=audiod.c;h=12aa9d7a88916b42a59fdd7fbeb14be3b9583dbb;hb=f645b538c8f3dd88ce9a9ad5dbeb6cf341ad74ab;hp=fc4ac6f5017b2eb5c4876d0c29a0bd53ba512b8f;hpb=bb63ffc8afdd7cd5b0a278be9c91f34f55374513;p=paraslash.git diff --git a/audiod.c b/audiod.c index fc4ac6f5..12aa9d7a 100644 --- 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);