Fixed compile problems under linux.

This commit is contained in:
Juan Carlos Luciani
2007-03-05 15:46:16 +00:00
parent 9c8613266e
commit 12e1705227
6 changed files with 6 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ char printBuff[256]; \
} \
}*/
#define DbgTrace(LEVEL, X, Y) { \
if (LEVEL == 0 || DebugLevel >= LEVEL) \
if (LEVEL == 0 || PwdMechDebugLevel >= LEVEL) \
{ \
openlog("CASA_PwMech", LOG_CONS | LOG_NOWAIT | LOG_ODELAY, LOG_USER); \
syslog(LOG_USER | LOG_INFO, X, Y); \