Skip to content
Snippets Groups Projects
Commit c01dc523 authored by rswindell's avatar rswindell
Browse files

The trick of changing the default log mask for NT services didn't work cause

sbbs_ini.obj is shared with sbbs.exe.
parent f10de230
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ static const char* strLogMask="LogMask";
static const char* strBindRetryCount="BindRetryCount";
static const char* strBindRetryDelay="BindRetryDelay";
#if defined(SBBSNTSVCS)
#if defined(SBBSNTSVCS) && 0 /* sbbs_ini.obj is shared with sbbs.exe (!) */
#define DEFAULT_LOG_MASK 0x3f /* EMERG|ALERT|CRIT|ERR|WARNING|NOTICE */
#else
#define DEFAULT_LOG_MASK 0xff /* EMERG|ALERT|CRIT|ERR|WARNING|NOTICE|INFO|DEBUG */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment