X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=09323067151fbfec4da59e944413a8830933c6f2;hp=0684c665a8ebf93eaac35bb46129af52c7f4c955;hb=299bb29099bdfac07f6b318b62f5f4c50d7493e3;hpb=94461212440b2eaeccdbbbb8a734782e8301280c diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index 0684c665..09323067 100644 --- a/src/common/ircchannel.cpp +++ b/src/common/ircchannel.cpp @@ -61,7 +61,7 @@ bool IrcChannel::isKnownUser(IrcUser *ircuser) const } if (!_userModes.contains(ircuser)) { - qWarning() << "Channel" << name() << "received data for unknown User" << ircuser->nick(); + // This can happen e.g. when disconnecting from a network, so don't log a warning return false; }