Index: trunk/ippMonitor/czartool/czartool/Pantasks.pm
===================================================================
--- trunk/ippMonitor/czartool/czartool/Pantasks.pm	(revision 40084)
+++ trunk/ippMonitor/czartool/czartool/Pantasks.pm	(revision 40085)
@@ -71,5 +71,4 @@
 
     if (
-            $output =~ m/.*show\.labels.*/i ||
             $output =~ m/.*Connection reset by peer.*/i ||
             $output =~ m/.*server is busy.*/i ) { 
@@ -120,10 +119,10 @@
     my @labels;
 
-    print "stdscience : $ipphome/stdscience/ptolemy.rc\n";
+    # print "stdscience : $ipphome/$server/ptolemy.rc\n";
     my @cmdOut = `echo "show.labels;quit" | pantasks_client -c $ipphome/$server/ptolemy.rc 2>&1`;
     my $line;
     my $passedHeader=0;
     foreach $line (@cmdOut) {
-	print "labels: $line";
+	# print "labels: $line";
         chomp($line);
         if (!$self->outputOk($line)) {return \@labels;}
@@ -135,4 +134,7 @@
         }
 
+	# one line has the show.labels command; skip it
+	if ($line =~ m/.*show\.labels.*/i) { next; }
+
         if ($passedHeader && length($line) > 0){push(@labels, $line);}
     }
