summaryrefslogtreecommitdiffstats
path: root/common/log.h
diff options
context:
space:
mode:
authorjsorg71 <jay.sorg@gmail.com>2017-01-05 16:00:51 -0800
committerGitHub <noreply@github.com>2017-01-05 16:00:51 -0800
commit5194311d9d9be3698e1afe9e70e479e501c5b830 (patch)
tree86709a8eef92587e090af7af5d8d6f83a1100d16 /common/log.h
parentc3a38984d311e69041ad189fbb13aaec2dd0df1f (diff)
parent26a26ef906be8569abcabb710fabf46fff9e54e1 (diff)
downloadxrdp-proprietary-5194311d9d9be3698e1afe9e70e479e501c5b830.tar.gz
xrdp-proprietary-5194311d9d9be3698e1afe9e70e479e501c5b830.zip
Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2
fix build with --enable-xrdpdebug=yes
Diffstat (limited to 'common/log.h')
-rw-r--r--common/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.h b/common/log.h
index 33bb41fd..d1552ccb 100644
--- a/common/log.h
+++ b/common/log.h
@@ -57,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...)