Index: trunk/ippScripts/scripts/ipp_image_path.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_image_path.pl	(revision 17861)
+++ trunk/ippScripts/scripts/ipp_image_path.pl	(revision 17862)
@@ -81,5 +81,6 @@
     }
     if (!$nfiles) {
-        print STDERR "exposure $exp_name not found\n";
+        my $cstr = defined($class_id) ? $class_id . " " : "";
+        print STDERR "exposure $exp_name " . $cstr . "not found\n";
         exit 2;
     }
