Adding some debug output to NetworkConnection for the next time we run into the endless
[quassel.git] / src / core / networkconnection.h
index 1a7aafa..83ea6f3 100644 (file)
@@ -170,6 +170,8 @@ private:
   bool _previousConnectionAttemptFailed;
   int _lastUsedServerlistIndex;
   
+  QByteArray lastMsgReceived;  //  FIXME debug
+  
   class ParseError : public Exception {
   public:
     ParseError(QString cmd, QString prefix, QStringList params);