Index: /trunk/FACT++/src/Readline.cc
===================================================================
--- /trunk/FACT++/src/Readline.cc	(revision 17343)
+++ /trunk/FACT++/src/Readline.cc	(revision 17344)
@@ -129,6 +129,7 @@
 
     // Read history file
-    if (read_history(fName.c_str()))
-        cout << "WARNING - Reading " << fName << ": " << strerror(errno) << endl;
+    read_history(fName.c_str());
+    //if (read_history(fName.c_str()))
+    //    cout << "WARNING - Reading " << fName << ": " << strerror(errno) << endl;
 
     fCommandLog.open(string(prgname)+".evt");
