Treewide: replace ssnprintf with snprintf
[collectd.git] / src / notify_nagios.c
index c95f7cb..bea0faa 100644 (file)
@@ -141,7 +141,7 @@ static int nagios_notify(const notification_t *n, /* {{{ */
     break;
   }
 
-  ssnprintf(buffer, sizeof(buffer),
+  snprintf(buffer, sizeof(buffer),
             "[%.0f] PROCESS_SERVICE_CHECK_RESULT;%s;%s;%d;%s\n",
             CDTIME_T_TO_DOUBLE(n->time), n->host, &svc_description[1], code,
             n->message);