Index: trunk/tools/regpeek.pl
===================================================================
--- trunk/tools/regpeek.pl	(revision 30650)
+++ trunk/tools/regpeek.pl	(revision 30651)
@@ -21,4 +21,8 @@
 if ($#row == 18) {
     print "     exp_name uri registered Nimfile summit_fault download_state newExp_state rawExp_state imfile_state exp_id exp_type dateobs obs_mode object burntool_state class_id summit_class_id is_downloaded is_registered\n";
+}
+elsif ($#row == -1) {
+    print "Everything looks good.\n";
+    exit(0);
 }
 else {
