Code

Merge branch 'collectd-5.5' into collectd-5.6
[collectd.git] / src / daemon / common.c
index 05b119901ce2bf9a606a4e07c1ed45b7c2d78ce7..7898ffba502b6ca144c9454734b46818e3818b67 100644 (file)
@@ -1124,7 +1124,7 @@ int parse_value (const char *value_orig, value_t *ret_value, int ds_type)
   }
 
   if (value == endptr) {
-    ERROR ("parse_value: Failed to parse string as %s: %s.",
+    ERROR ("parse_value: Failed to parse string as %s: \"%s\".",
         DS_TYPE_TO_STRING (ds_type), value);
     sfree (value);
     return -1;