Buffer activity levels are now synced between clients, meaning that seeing a buffer...
[quassel.git] / src / common / network.cpp
index 3162bd4..b565a78 100644 (file)
@@ -725,7 +725,7 @@ void Network::requestConnect() const {
   if(proxy()->proxyMode() == SignalProxy::Client) emit connectRequested(); // on the client this triggers calling this slot on the core
   else {
     if(connectionState() != Disconnected) {
-      qWarning() << "Requesting connect while not being disconnected!";
+      qWarning() << "Requesting connect while already being connected!";
       return;
     }
     emit connectRequested(networkId());  // and this is for CoreSession :)