exec plugin: Change the input format so it's identical to the one used in unixsock.
[collectd.git] / src / ntpd.c
index b5f1a46..6f8e00e 100644 (file)
@@ -570,7 +570,7 @@ static int ntpd_receive_response (int req_code, int *res_items, int *res_size,
 
                if (pkt_item_len > res_item_size)
                {
-                       syslog (LOG_ERR, "ntpd plugin: (pkt_item_len = %i) "
+                       ERROR ("ntpd plugin: (pkt_item_len = %i) "
                                        ">= (res_item_size = %i)",
                                        pkt_item_len, res_item_size);
                        continue;