diff --git a/src/logger.c b/src/logger.c index 8c246ada..2d998054 100644 --- a/src/logger.c +++ b/src/logger.c @@ -34,7 +34,7 @@ static int threshold; static int console; static char *logfilename; static FILE *logfile; -static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "lock" }; +static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event" }; static int diff --git a/src/logger.h b/src/logger.h index 05da27a2..cf470cc1 100644 --- a/src/logger.h +++ b/src/logger.h @@ -18,9 +18,7 @@ /* libevent logging */ #define L_EVENT 10 -/* Will go away */ -#define L_LOCK 11 -#define N_LOGDOMAINS 12 +#define N_LOGDOMAINS 11 /* Severities */ #define E_FATAL 0