Index: trunk/ippToPsps/src/Batch.c
===================================================================
--- trunk/ippToPsps/src/Batch.c	(revision 31030)
+++ trunk/ippToPsps/src/Batch.c	(revision 31033)
@@ -63,5 +63,5 @@
         if (this->exitCode != PS_EXIT_SUCCESS) {
 
-            this->logger->print(this->logger, MSG_ERROR, "Batch: Failed, so deleting fits file\n");
+            this->logger->print(this->logger, MSG_ERROR, "Batch", "Failed, so deleting fits file\n");
             this->fitsOut->delete(this->fitsOut);
         }
@@ -105,5 +105,5 @@
     if (file == NULL) {
 
-        this->logger->print(this->logger, MSG_ERROR, "Batch: Unable to open file at %s\n", this->fitsInPath);
+        this->logger->print(this->logger, MSG_ERROR, "Batch", "Unable to open file at %s\n", this->fitsInPath);
         return false;
     }
@@ -113,5 +113,5 @@
     while (fgets(line, 1000, file) != NULL) this->numOfInputFiles++;
 
-    this->logger->print(this->logger, MSG_INFO, "Batch: %d input files found\n", this->numOfInputFiles);
+    this->logger->print(this->logger, MSG_INFO, "Batch", "%d input files found\n", this->numOfInputFiles);
 
     if (this->numOfInputFiles < 1) return false;
@@ -156,5 +156,5 @@
     if (!this->pmconfig) {
 
-        this->logger->print(this->logger, MSG_ERROR, "Batch: Unable to read configuration\n");
+        this->logger->print(this->logger, MSG_ERROR, "Batch", "Unable to read configuration\n");
         this->exitCode = PS_EXIT_CONFIG_ERROR;
         return false;
