src/utils_cache.c: Fix an error message.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 16 Mar 2009 08:07:12 +0000 (09:07 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 16 Mar 2009 08:07:12 +0000 (09:07 +0100)
src/utils_cache.c

index 824b7c8..7c717a1 100644 (file)
@@ -512,7 +512,7 @@ gauge_t *uc_get_rate (const data_set_t *ds, const value_list_t *vl)
 
   if (FORMAT_VL (name, sizeof (name), vl, ds) != 0)
   {
-    ERROR ("uc_insert: FORMAT_VL failed.");
+    ERROR ("utils_cache: uc_get_rate: FORMAT_VL failed.");
     return (NULL);
   }