]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
wrong argument count
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 20 Aug 2014 11:53:07 +0000 (13:53 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 20 Aug 2014 11:53:07 +0000 (13:53 +0200)
src/rrd_strtod.c

index 0c408274c8f932ca3c7eaea111de7cb151e5f6af..bd97fa65a0d1a72ec3407e9876f3b73ef1f6550f 100644 (file)
@@ -67,7 +67,7 @@ unsigned int rrd_strtoding
             rrd_set_error("Converted %s to %lf, but cannot convert %s",
                            str, *dbl, local_endptr);
         } else {
-            rrd_set_error("%s - Converted %s (%s) to %lf, but cannot convert %s",
+            rrd_set_error("%s - Converted %s to %lf, but cannot convert %s",
                            error, str, *dbl, local_endptr);
         }
         return 1;