mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Add the "remote" logdomain for Remote pairing
This commit is contained in:
@@ -34,7 +34,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" };
|
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "remote" };
|
||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
#define L_XCODE 9
|
#define L_XCODE 9
|
||||||
/* libevent logging */
|
/* libevent logging */
|
||||||
#define L_EVENT 10
|
#define L_EVENT 10
|
||||||
|
#define L_REMOTE 11
|
||||||
|
|
||||||
#define N_LOGDOMAINS 11
|
#define N_LOGDOMAINS 12
|
||||||
|
|
||||||
/* Severities */
|
/* Severities */
|
||||||
#define E_FATAL 0
|
#define E_FATAL 0
|
||||||
|
|||||||
Reference in New Issue
Block a user