X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fexamples%2Fstripes.pl.in;h=362f4992e02743559107dda00b912721c6e982bc;hb=49f0f88914339a5c9a84e1db0b8aff7d864c23b6;hp=5187a56cdf0130930162a6edc1ae5436c2579f4e;hpb=b12bab9d621c4a068f6b732faddf37bc686e331e;p=rrdtool-all.git diff --git a/program/examples/stripes.pl.in b/program/examples/stripes.pl.in index 5187a56c..362f4992 100755 --- a/program/examples/stripes.pl.in +++ b/program/examples/stripes.pl.in @@ -38,7 +38,7 @@ RRDs::graph "stripes.png", "COMMENT:alpha=TIME,1200,%,600,LT,a,UNKN,IF", "COMMENT:beta=TIME,1200,%,600,GE,b,UNKN,IF\\j"; if ($ERROR = RRDs::error) { - print "ERROR: $ERROR\n"; + die "ERROR: $ERROR\n"; };