mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45: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 int console;
|
||||||
static char *logfilename;
|
static char *logfilename;
|
||||||
static FILE *logfile;
|
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
|
static int
|
||||||
|
@ -20,8 +20,9 @@
|
|||||||
#define L_REMOTE 11
|
#define L_REMOTE 11
|
||||||
#define L_DACP 12
|
#define L_DACP 12
|
||||||
#define L_FFMPEG 13
|
#define L_FFMPEG 13
|
||||||
|
#define L_ART 14
|
||||||
|
|
||||||
#define N_LOGDOMAINS 14
|
#define N_LOGDOMAINS 15
|
||||||
|
|
||||||
/* Severities */
|
/* Severities */
|
||||||
#define E_FATAL 0
|
#define E_FATAL 0
|
||||||
|
Loading…
Reference in New Issue
Block a user