summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-15 11:46:41 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-15 11:46:41 +0000
commit745144d3f4d3c55f843a2d27ffca2bae877ac8f0 (patch)
tree484a276cc9dbfe8855409c25333e27ab00f8da52 /include/common.h
parent2a726b7eb26441146fad55d188da30c56a6082ad (diff)
downloadzabbix-745144d3f4d3c55f843a2d27ffca2bae877ac8f0.tar.gz
zabbix-745144d3f4d3c55f843a2d27ffca2bae877ac8f0.tar.xz
zabbix-745144d3f4d3c55f843a2d27ffca2bae877ac8f0.zip
- fixed Win32 ZABBIX agent log monitoring (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2840 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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)