Index: /trunk/tools/czartool/Czarplot.pm
===================================================================
--- /trunk/tools/czartool/Czarplot.pm	(revision 29057)
+++ /trunk/tools/czartool/Czarplot.pm	(revision 29058)
@@ -5,5 +5,5 @@
 use strict;
 
-my @allStages = ("chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist");
+my @allStages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist");
 
 
@@ -75,5 +75,5 @@
     if ($numOfPlots == 0 ) {
 
-        print "Warning: No plots could be generated for '$label' during time period '$beginTime', '$endTime'\n";
+        print "Warning: No plots could be generated for stage '$selectedStage' and label '$label' during time period '$beginTime', '$endTime'\n";
         return;
     } 
