summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zabbix_server/trapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/trapper.c b/src/zabbix_server/trapper.c
index c7183e7c..0e7f91d0 100644
--- a/src/zabbix_server/trapper.c
+++ b/src/zabbix_server/trapper.c
@@ -66,7 +66,7 @@ int process_trap(int sockfd,char *s)
for( p=s+strlen(s)-1; p>s && ( *p=='\r' || *p =='\n' || *p == ' ' ); --p );
p[1]=0;
- zabbix_log( LOG_LEVEL_WARNING, "Trapper got [%s]", s);
+ zabbix_log( LOG_LEVEL_DEBUG, "Trapper got [%s]", s);
/* Request for list of active checks */
if(strcmp(s,"ZBX_GET_ACTIVE_CHECKS") == 0)