X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetwork.cpp;h=b565a78e104e8757d46d69c493355fb6767a44eb;hp=3162bd4c43ef6300f4e3012b451dea0aa540b8d5;hb=8010224cf5bfe5685dc2cf535e8dc1ec19c4c364;hpb=1f02b7201ab7b86238e705d2ce5b22f50bf6acfe diff --git a/src/common/network.cpp b/src/common/network.cpp index 3162bd4c..b565a78e 100644 --- a/src/common/network.cpp +++ b/src/common/network.cpp @@ -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 :)