mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fix error when writing hostmask-collision error message.
This commit is contained in:
parent
26d7fd7aa1
commit
4e2962b39e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user