mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Add a logdomain for artwork handling
This commit is contained in:
parent
ca1c72651f
commit
666ce98055
@ -40,7 +40,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", "dacp", "ffmpeg" };
|
||||
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "remote", "dacp", "ffmpeg", "artwork" };
|
||||
|
||||
|
||||
static int
|
||||
|
@ -20,8 +20,9 @@
|
||||
#define L_REMOTE 11
|
||||
#define L_DACP 12
|
||||
#define L_FFMPEG 13
|
||||
#define L_ART 14
|
||||
|
||||
#define N_LOGDOMAINS 14
|
||||
#define N_LOGDOMAINS 15
|
||||
|
||||
/* Severities */
|
||||
#define E_FATAL 0
|
||||
|
Loading…
Reference in New Issue
Block a user