X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=1af89261d2ea4973dd846d16f95d5dff51fc0c57;hp=1ad9fe2c984d19166b19bdd6b93043243e12c0cf;hb=1e626e57b97756088052bcd88a29305dd7412f58;hpb=8167358f52bf097c5b46be9372ce1caaf9bed707 diff --git a/src/core/core.cpp b/src/core/core.cpp index 1ad9fe2c..1af89261 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -478,7 +478,7 @@ void Core::processClientMessage(QTcpSocket *socket, const QVariantMap &msg) { } reply["MsgType"] = "ClientLoginAck"; SignalProxy::writeDataToDevice(socket, reply); - qDebug() << qPrintable(tr("Client %1 initialized and authentificated successfully as \"%2\" (UserId: %3).").arg(socket->peerAddress().toString(), msg["User"].toString()).arg(uid.toInt())); + qDebug() << qPrintable(tr("Client %1 initialized and authenticated successfully as \"%2\" (UserId: %3).").arg(socket->peerAddress().toString(), msg["User"].toString()).arg(uid.toInt())); setupClientSession(socket, uid); } }