Index: trunk/ippToPsps/src/InitBatch.c
===================================================================
--- trunk/ippToPsps/src/InitBatch.c	(revision 31033)
+++ trunk/ippToPsps/src/InitBatch.c	(revision 31036)
@@ -50,5 +50,4 @@
     }
 
-
     return true;
 }
@@ -72,4 +71,6 @@
     parseArguments(this, *argc, argv);
 
+    this->print(this);
+
     return this;
 }
@@ -82,5 +83,5 @@
 //    ippToPsps_VersionPrint();
 
-    Logger* logger = new_Logger(NULL);
+    Logger* logger = new_Logger(NULL, false);
     logger->print(logger, MSG_INFO, "main", "Creating new initialization batch\n");
 
@@ -90,5 +91,4 @@
 
     initBatch->destroy(initBatch);
-
 
     // tidy up
