Add the "remote" logdomain for Remote pairing

This commit is contained in:
Julien BLACHE 2010-01-15 19:38:59 +01:00
parent 73fa690fd4
commit 2b2ec87e7e
2 changed files with 3 additions and 2 deletions

View File

@ -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" };
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "remote" };
static int

View File

@ -17,8 +17,9 @@
#define L_XCODE 9
/* libevent logging */
#define L_EVENT 10
#define L_REMOTE 11
#define N_LOGDOMAINS 11
#define N_LOGDOMAINS 12
/* Severities */
#define E_FATAL 0