Fix error when writing hostmask-collision error message.

This commit is contained in:
Valentin Lorentz 2013-09-17 13:32:52 +00:00
parent 26d7fd7aa1
commit 4e2962b39e
1 changed files with 2 additions and 1 deletions

View File

@ -542,7 +542,8 @@ class IrcUserCreator(Creator):
self.users.setUser(self.u)
except DuplicateHostmask:
log.error('Hostmasks for %s collided with another user\'s. '
'Resetting hostmasks for %s.', self.u.name)
'Resetting hostmasks for %s.',
self.u.name, self.u.name)
# Some might argue that this is arbitrary, and perhaps it is.
# But we've got to do *something*, so we'll show some deference
# to our lower-numbered users.