summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-03-19 15:31:25 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-03-19 15:31:25 +0000
commit76ec1efebc6bec7e46cebbb16db8b2a1cbb022a2 (patch)
tree0d9cc3ce18573f34ffc0c534b694f78a22f60f5b /include
parentee4b44e6016dee92acc86d610321856976da4249 (diff)
downloadzabbix-76ec1efebc6bec7e46cebbb16db8b2a1cbb022a2.tar.gz
zabbix-76ec1efebc6bec7e46cebbb16db8b2a1cbb022a2.tar.xz
zabbix-76ec1efebc6bec7e46cebbb16db8b2a1cbb022a2.zip
- 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
Diffstat (limited to 'include')
-rw-r--r--include/db.c4
1 files changed, 2 insertions, 2 deletions
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 )
{