Index: branches/eam_branches/20091113/psconfig/pscheckmods
===================================================================
--- branches/eam_branches/20091113/psconfig/pscheckmods	(revision 26238)
+++ branches/eam_branches/20091113/psconfig/pscheckmods	(revision 26239)
@@ -5,4 +5,5 @@
 $x = eval "require $ARGV[0]; 1";
 if (! $x) { 
+    # print "$ARGV[0]: missing\n";
     exit 1;
 }
