Index: trunk/ippToPsps/perl/ippToPsps/IppToPspsDb.pm
===================================================================
--- trunk/ippToPsps/perl/ippToPsps/IppToPspsDb.pm	(revision 29343)
+++ trunk/ippToPsps/perl/ippToPsps/IppToPspsDb.pm	(revision 29345)
@@ -169,5 +169,5 @@
 #
 ########################################################################################
-sub isExposureAlreadyProcessed {
+sub isExposureAlreadyPublished {
     my ($self, $expId) = @_;
 
Index: trunk/ippToPsps/perl/makeDetections.pl
===================================================================
--- trunk/ippToPsps/perl/makeDetections.pl	(revision 29343)
+++ trunk/ippToPsps/perl/makeDetections.pl	(revision 29345)
@@ -121,10 +121,10 @@
 
 
-    if ($ippToPspsDb->isExposureAlreadyProcessed($expId)) {
+    if ($ippToPspsDb->isExposureAlreadyPublished($expId)) {
 
         if ($force) {print "* Already processed '$expId', but forcing....\n";}
         else {
 
-            print "* Exposure ID '$expId' has already been processed, skipping\n";
+            print "* Exposure ID '$expId' has already been processed and loaded to datastore, skipping\n";
             next
         };
