diff --git a/plugins/relay.py b/plugins/relay.py index 8f76f48..a8fb6d0 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -1511,8 +1511,8 @@ def nick_collide(irc, target): # Force a tagged nick by setting times_tagged to 1. newnick = normalizeNick(irc, remotenet, nick, times_tagged=1) - log.info('(%s) relay.nick_collide: Fixing nick of relay client %r (%s) to %s', - irc.name, target, nick, newnick) + log.debug('(%s) relay.nick_collide: Fixing nick of relay client %r (%s) to %s', + irc.name, target, nick, newnick) irc.proto.nick(target, newnick) def handle_save(irc, numeric, command, args):