Index: trunk/ippScripts/scripts/register_exp.pl
===================================================================
--- trunk/ippScripts/scripts/register_exp.pl	(revision 31041)
+++ trunk/ippScripts/scripts/register_exp.pl	(revision 31043)
@@ -189,9 +189,9 @@
 
     if ($exptype ne 'OBJECT') {
-	print "Aborting because exptype doesn't claim to be OBJECT: $exptype\n";
+	print "Skipping because exptype doesn't claim to be OBJECT: $exptype\n";
 	return(undef,undef,undef,"reg",undef,undef,undef);
     }
     if ($obsmode eq 'ENGINEERING') {
-	print "Aborting because we don't queue engineering data to chip\n";
+	print "Skipping because we don't queue engineering data to chip\n";
 	return(undef,undef,undef,"reg",undef,undef,undef);
     }
