From 26a26ef906be8569abcabb710fabf46fff9e54e1 Mon Sep 17 00:00:00 2001 From: volth Date: Wed, 4 Jan 2017 19:13:49 +0000 Subject: fix build with --enable-xrdpdebug=yes --- common/log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/log.h') diff --git a/common/log.h b/common/log.h index d6a5b8f2..d1552ccb 100644 --- a/common/log.h +++ b/common/log.h @@ -22,7 +22,6 @@ #include #include "arch.h" -#include "defines.h" /* logging buffer size */ #define LOG_BUFFER_SIZE 1024 @@ -58,7 +57,7 @@ enum logReturns /* enable threading */ /*#define LOG_ENABLE_THREAD*/ -#ifdef DEBUG +#ifdef XRDP_DEBUG #define LOG_DBG(args...) log_message(LOG_LEVEL_DEBUG, args); #else #define LOG_DBG(args...) -- cgit v1.2.3