From: Florian Forster Date: Mon, 16 Mar 2009 08:07:12 +0000 (+0100) Subject: src/utils_cache.c: Fix an error message. X-Git-Tag: collectd-4.6.2~2^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ecc79888d9419610f058910307d193a200258a78;p=collectd.git src/utils_cache.c: Fix an error message. --- diff --git a/src/utils_cache.c b/src/utils_cache.c index 824b7c80..7c717a10 100644 --- a/src/utils_cache.c +++ b/src/utils_cache.c @@ -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); }