Index: branches/FEPSimulator/FEPSim.cpp
===================================================================
--- branches/FEPSimulator/FEPSim.cpp	(revision 114)
+++ branches/FEPSimulator/FEPSim.cpp	(revision 141)
@@ -66,5 +66,5 @@
             fsa.msg.message[1] = 0x0a;
             for (int k = 0; k < ldsMap.at(index)->length; k++) {
-		printf("Adding: %d %02X\n", k, ldsMap.at(index)->dataPack[k]);	
+		//printf("Adding: %d %02X\n", k, ldsMap.at(index)->dataPack[k]);	
                 fsa.msg.message[2 + k] = ldsMap.at(index)->dataPack[k];
             }
@@ -112,4 +112,5 @@
     if (clnt == (CLIENT *) NULL) {
         cerr << "Can't create client to " << this->ATMSHost << endl;
+        cerr << "Verify you are connected to ATL network." << endl;
         success = false;
     } else {
