Index: trunk/BNC/src/PPP/pppRun.cpp
===================================================================
--- trunk/BNC/src/PPP/pppRun.cpp	(revision 5946)
+++ trunk/BNC/src/PPP/pppRun.cpp	(revision 5948)
@@ -235,6 +235,5 @@
     delete _epoData.front(); _epoData.pop_front();
     
-    bool showOnScreen = _opt->_realTime;
-    emit newMessage(QByteArray(output._log.c_str()), showOnScreen);
+    emit newMessage(QByteArray(output._log.c_str()), true);
   }
 }
