mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-10 13:18:14 -05:00
Add logdomains for player, RAOP and local audio
This commit is contained in:
parent
17daace67f
commit
ff7e6aa533
@ -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", "artwork" };
|
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "remote", "dacp", "ffmpeg", "artwork", "player", "raop", "laudio" };
|
||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
@ -21,8 +21,11 @@
|
|||||||
#define L_DACP 12
|
#define L_DACP 12
|
||||||
#define L_FFMPEG 13
|
#define L_FFMPEG 13
|
||||||
#define L_ART 14
|
#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 */
|
/* Severities */
|
||||||
#define E_FATAL 0
|
#define E_FATAL 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user