mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Remove the unused L_PARSE logdomain
This commit is contained in:
parent
2cc5f6928e
commit
c59217f58e
@ -34,7 +34,7 @@ static int threshold;
|
|||||||
static int console;
|
static int console;
|
||||||
static char *logfilename;
|
static char *logfilename;
|
||||||
static FILE *logfile;
|
static FILE *logfile;
|
||||||
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "parse", "rsp", "scan", "xcode", "event", "lock" };
|
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "lock" };
|
||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
13
src/logger.h
13
src/logger.h
@ -12,16 +12,15 @@
|
|||||||
#define L_MAIN 4
|
#define L_MAIN 4
|
||||||
#define L_MDNS 5
|
#define L_MDNS 5
|
||||||
#define L_MISC 6
|
#define L_MISC 6
|
||||||
#define L_PARSE 7
|
#define L_RSP 7
|
||||||
#define L_RSP 8
|
#define L_SCAN 8
|
||||||
#define L_SCAN 9
|
#define L_XCODE 9
|
||||||
#define L_XCODE 10
|
|
||||||
/* libevent logging */
|
/* libevent logging */
|
||||||
#define L_EVENT 11
|
#define L_EVENT 10
|
||||||
|
|
||||||
/* Will go away */
|
/* Will go away */
|
||||||
#define L_LOCK 12
|
#define L_LOCK 11
|
||||||
#define N_LOGDOMAINS 13
|
#define N_LOGDOMAINS 12
|
||||||
|
|
||||||
/* Severities */
|
/* Severities */
|
||||||
#define E_FATAL 0
|
#define E_FATAL 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user