From 745144d3f4d3c55f843a2d27ffca2bae877ac8f0 Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 15 May 2006 11:46:41 +0000 Subject: - fixed Win32 ZABBIX agent log monitoring (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2840 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.h') 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) -- cgit