Add L_RSP log domain

This commit is contained in:
Julien BLACHE 2009-04-23 14:20:50 +02:00
parent 9d1cd9117f
commit 5fc698c94f
2 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,7 @@ static int err_syslog_open = 0;
/** text list of modules to match for setting debug mask */
static char *err_categorylist[] = {
"config","webserver","database","scan","query","index","browse",
"playlist","art","daap","main","rend","xml","parse","plugin","lock","httpd",NULL
"playlist","art","daap","main","rend","xml","parse","plugin","lock","httpd","rsp",NULL
};
static ERR_THREADLIST err_threadlist = { 0, NULL };

View File

@ -58,6 +58,7 @@
#define L_PLUG 0x00004000 /**< plugins */
#define L_LOCK 0x00008000 /**< semaphore locks */
#define L_HTTPD 0x00010000 /**< httpd - httpd.c */
#define L_RSP 0x00020000 /**< RSP - httpd_rsp.c */
#define L_MISC 0x80000000 /**< anything else */
#ifndef TRUE