From 76ec1efebc6bec7e46cebbb16db8b2a1cbb022a2 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 19 Mar 2002 15:31:25 +0000 Subject: - correct handling of timeout situations for zabbix_agentd (Alexei) - added support for non-syslog logging (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@336 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/db.c b/include/db.c index a49b1d31..03bccf1c 100644 --- a/include/db.c +++ b/include/db.c @@ -56,8 +56,8 @@ int DBexecute(char *query) { #ifdef HAVE_MYSQL - zabbix_log( LOG_LEVEL_DEBUG, "Executing query:%s\n",query); -/* zabbix_log( LOG_LEVEL_WARNING, "Executing query:%s\n",query);*/ + zabbix_log( LOG_LEVEL_DEBUG, "Executing query:%s\n",query); +// zabbix_log( LOG_LEVEL_WARNING, "Executing query:%s\n",query); if( mysql_query(&mysql,query) != 0 ) { -- cgit