summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 20a54db7..d9f9cdf4 100644
--- a/include/common.h
+++ b/include/common.h
@@ -30,7 +30,7 @@
# ifdef _DEBUG
# define LOG_DEBUG_INFO(type, msg) \
- WriteLog(MSG_GET_COMPUTER_NAME_FAILED,EVENTLOG_ERROR_TYPE, type , msg)
+ WriteLog(MSG_DEBUG_INFO,EVENTLOG_ERROR_TYPE, type , msg)
/*# define ENABLE_CHECK_MEMOTY */
# else
# define LOG_DEBUG_INFO(a, b) ((void)0)