From c01dc523cbaa6b7a27df207f93b6289458c3e2aa Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 1 Jan 2005 01:11:44 +0000 Subject: [PATCH] The trick of changing the default log mask for NT services didn't work cause sbbs_ini.obj is shared with sbbs.exe. --- src/sbbs3/sbbs_ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/sbbs_ini.c b/src/sbbs3/sbbs_ini.c index f2f31f14c8..0159aff42e 100644 --- a/src/sbbs3/sbbs_ini.c +++ b/src/sbbs3/sbbs_ini.c @@ -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 */ -- GitLab