summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-05 15:53:41 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-05 15:53:41 +0000
commit6be74a37bce5310d87bc669f4aab3fe1bd170f3f (patch)
tree3690c2ceddbb0f6d1566da4e37758b6604bba9ce /include
parent68a0013fc070b11e5f4ca89106c86d713b09b367 (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1752 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.c b/include/functions.c
index b7829abf..43a663d3 100644
--- a/include/functions.c
+++ b/include/functions.c
@@ -2288,7 +2288,7 @@ int process_data(int sockfd,char *server,char *key,char *value)
return FAIL;
}
- zabbix_log( LOG_LEVEL_WARNING, "Processing [%s]", value);
+ zabbix_log( LOG_LEVEL_DEBUG, "Processing [%s]", value);
if(strcmp(value,"ZBX_NOTSUPPORTED") ==0)
{