X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreauthhandler.cpp;h=36eecc195ca29d122936283a33b8613c2d9808c7;hb=aff2b5e81f0e45f95c0e15303a9ec4e7ea36c555;hp=7ca6d580fb1c03e361e2181ba33a707e6af8d009;hpb=c545a47b64dffdf3892ff4cea466b61c84d98f8f;p=quassel.git diff --git a/src/core/coreauthhandler.cpp b/src/core/coreauthhandler.cpp index 7ca6d580..36eecc19 100644 --- a/src/core/coreauthhandler.cpp +++ b/src/core/coreauthhandler.cpp @@ -114,6 +114,8 @@ void CoreAuthHandler::onReadyRead() void CoreAuthHandler::setPeer(RemotePeer *peer) { + qDebug().nospace() << "Using " << qPrintable(peer->protocolName()) << "..."; + _peer = peer; disconnect(socket(), SIGNAL(readyRead()), this, SLOT(onReadyRead())); }