From 2151f50214096be6983e7e3e7215bf87e635cd07 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Thu, 30 Aug 2007 12:12:34 +0000 Subject: reserver space for sd --- lib/Smokeping/Graphs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Smokeping/Graphs.pm b/lib/Smokeping/Graphs.pm index 3050c92..2c62367 100644 --- a/lib/Smokeping/Graphs.pm +++ b/lib/Smokeping/Graphs.pm @@ -229,7 +229,7 @@ sub get_multi_detail ($$$$;$){ "VDEF:avmsr$i=msr$i,AVERAGE", "GPRINT:avmed$i:%5.1lf %ss av md ", "GPRINT:ploss$i:AVERAGE:%5.1lf %% av ls", - sprintf('COMMENT:%.1lf ms sd',$stddev*1000.0), + sprintf('COMMENT:%5.1lf ms sd',$stddev*1000.0), "GPRINT:avmsr$i:%5.1lf %s am/as\\l"; }; -- cgit v1.2.3-24-g4f1b