mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 15:33:23 -05:00
Remove unused L_LOCK logdomain
This commit is contained in:
parent
7314dd21c7
commit
ab1f9db6b3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user