mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
Add logdomain for DACP
This commit is contained in:
parent
44bf308701
commit
9f1c849241
@ -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", "remote" };
|
||||
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "remote", "dacp" };
|
||||
|
||||
|
||||
static int
|
||||
|
@ -18,8 +18,9 @@
|
||||
/* libevent logging */
|
||||
#define L_EVENT 10
|
||||
#define L_REMOTE 11
|
||||
#define L_DACP 12
|
||||
|
||||
#define N_LOGDOMAINS 12
|
||||
#define N_LOGDOMAINS 13
|
||||
|
||||
/* Severities */
|
||||
#define E_FATAL 0
|
||||
|
Loading…
Reference in New Issue
Block a user