Index: branches/FEPSimulator/Main.cpp
===================================================================
--- branches/FEPSimulator/Main.cpp	(revision 86)
+++ branches/FEPSimulator/Main.cpp	(revision 100)
@@ -30,4 +30,6 @@
     int fep_rev = atoi(argv[3]);
     int portno = atoi(argv[4]);
+
+    cout << "Running FEP Simulator..." << endl;
     
     FEPSim fep = FEPSim(FEPSimHost, fep_prog, fep_rev, portno);
