Index: /trunk/tools/errors.pl
===================================================================
--- /trunk/tools/errors.pl	(revision 27563)
+++ /trunk/tools/errors.pl	(revision 27564)
@@ -255,5 +255,5 @@
 
 if (scalar keys %no_instances_available) {
-    print "'failed to read' errors: " . ( scalar keys %no_instances_available ) . "\n";
+    print "'no instances available' errors: " . ( scalar keys %no_instances_available ) . "\n";
     foreach my $name (keys %no_instances_available) {
         print "$name: $no_instances_available{$name}\n";
@@ -263,5 +263,5 @@
 
 if (scalar keys %neb_entry) {
-    print "'failed to read' errors: " . ( scalar keys %neb_entry ) . "\n";
+    print "'neb entry not found' errors: " . ( scalar keys %neb_entry ) . "\n";
     foreach my $name (keys %neb_entry) {
         print "$name: $neb_entry{$name}\n";
