Merge branch 'collectd-4.10' into collectd-5.3
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 22 Apr 2015 06:46:00 +0000 (08:46 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 22 Apr 2015 06:46:00 +0000 (08:46 +0200)
src/meta_data.c

index 1b58735..48dcabc 100644 (file)
@@ -489,7 +489,7 @@ int meta_data_get_string (meta_data_t *md, /* {{{ */
 
   if (e->type != MD_TYPE_STRING)
   {
-    ERROR ("meta_data_get_signed_int: Type mismatch for key `%s'", e->key);
+    ERROR ("meta_data_get_string: Type mismatch for key `%s'", e->key);
     pthread_mutex_unlock (&md->lock);
     return (-ENOENT);
   }