Add a logdomain for artwork handling

This commit is contained in:
Julien BLACHE 2010-03-07 11:17:51 +01:00
parent ca1c72651f
commit 666ce98055
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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