summaryrefslogtreecommitdiffstats
path: root/src/zabbix_proxy/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_proxy/events.c')
-rw-r--r--src/zabbix_proxy/events.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zabbix_proxy/events.c b/src/zabbix_proxy/events.c
index 20c2c90a..febaa962 100644
--- a/src/zabbix_proxy/events.c
+++ b/src/zabbix_proxy/events.c
@@ -39,7 +39,7 @@
******************************************************************************/
int process_event(DB_EVENT *event)
{
- zabbix_log(LOG_LEVEL_DEBUG,"In [proxy]process_event(eventid:" ZBX_FS_UI64 ",object:%d,objectid:" ZBX_FS_UI64 ")",
+/* zabbix_log(LOG_LEVEL_DEBUG,"In [proxy]process_event(eventid:" ZBX_FS_UI64 ",object:%d,objectid:" ZBX_FS_UI64 ")",
event->eventid,
event->object,
event->objectid);
@@ -57,6 +57,6 @@ int process_event(DB_EVENT *event)
event->value);
zabbix_log(LOG_LEVEL_DEBUG, "End of [proxy]process_event()");
-
+*/
return SUCCEED;
}