Add logdomains for player, RAOP and local audio

This commit is contained in:
Julien BLACHE 2010-04-04 12:17:42 +02:00
parent 17daace67f
commit ff7e6aa533
2 changed files with 5 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", "artwork" };
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "remote", "dacp", "ffmpeg", "artwork", "player", "raop", "laudio" };
static int

View File

@ -21,8 +21,11 @@
#define L_DACP 12
#define L_FFMPEG 13
#define L_ART 14
#define L_PLAYER 15
#define L_RAOP 16
#define L_LAUDIO 17
#define N_LOGDOMAINS 15
#define N_LOGDOMAINS 18
/* Severities */
#define E_FATAL 0