*** empty log message ***
This commit is contained in:
parent
8e07cc26a5
commit
03c1debb37
@ -61,12 +61,6 @@ struct debuglevel {
|
|||||||
};
|
};
|
||||||
#endif /* DEBUG */
|
#endif /* DEBUG */
|
||||||
|
|
||||||
#ifdef USE_SYSLOG
|
|
||||||
|
|
||||||
#include <syslog.h>
|
|
||||||
|
|
||||||
#endif /* USE_SYSLOG */
|
|
||||||
|
|
||||||
#ifndef USE_SYSLOG
|
#ifndef USE_SYSLOG
|
||||||
const char *log_getfilename(int whatfor)
|
const char *log_getfilename(int whatfor)
|
||||||
{
|
{
|
||||||
|
@ -125,6 +125,10 @@
|
|||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_SYSLOG
|
||||||
|
#include <syslog.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Include OS dependent information
|
* Include OS dependent information
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user