mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Add L_XCODE log domain
Log domain for anything transcoding-related.
This commit is contained in:
parent
e5cc417e96
commit
22092f555b
@ -78,7 +78,7 @@ static int err_syslog_open = 0;
|
|||||||
/** text list of modules to match for setting debug mask */
|
/** text list of modules to match for setting debug mask */
|
||||||
static char *err_categorylist[] = {
|
static char *err_categorylist[] = {
|
||||||
"config","webserver","database","scan","query","index","browse",
|
"config","webserver","database","scan","query","index","browse",
|
||||||
"playlist","art","daap","main","rend","xml","parse","plugin","lock","httpd","rsp",NULL
|
"playlist","art","daap","main","rend","xml","parse","plugin","lock","httpd","rsp","xcode",NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static ERR_THREADLIST err_threadlist = { 0, NULL };
|
static ERR_THREADLIST err_threadlist = { 0, NULL };
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
#define L_LOCK 0x00008000 /**< semaphore locks */
|
#define L_LOCK 0x00008000 /**< semaphore locks */
|
||||||
#define L_HTTPD 0x00010000 /**< httpd - httpd.c */
|
#define L_HTTPD 0x00010000 /**< httpd - httpd.c */
|
||||||
#define L_RSP 0x00020000 /**< RSP - httpd_rsp.c */
|
#define L_RSP 0x00020000 /**< RSP - httpd_rsp.c */
|
||||||
|
#define L_XCODE 0x00040000 /**< transcode - transcode.c */
|
||||||
#define L_MISC 0x80000000 /**< anything else */
|
#define L_MISC 0x80000000 /**< anything else */
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user