summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/zabbix_server/trapper/trapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/trapper/trapper.c b/src/zabbix_server/trapper/trapper.c
index 62673d24..3470886d 100644
--- a/src/zabbix_server/trapper/trapper.c
+++ b/src/zabbix_server/trapper/trapper.c
@@ -240,7 +240,7 @@ void process_trapper_child(zbx_sock_t *sock)
alarm(0);
gettimeofday(&tv, NULL);
- zabbix_log( LOG_LEVEL_WARNING, "Trap processed in %f seconds", (float)(tv.tv_usec-msec)/1000000 );
+ zabbix_log( LOG_LEVEL_DEBUG, "Trap processed in %f seconds", (float)(tv.tv_usec-msec)/1000000 );
}
void child_trapper_main(int i,int listenfd, int addrlen)