mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
tweak
This commit is contained in:
@@ -33,8 +33,7 @@ class UnknownChatter(Exception):
|
||||
def __init__(self, name):
|
||||
self.named = name
|
||||
def __str__(self):
|
||||
return "Component calling itself '%s' talking on unexpected channel"
|
||||
% self.named
|
||||
return """Component calling itself "%s" talking on unexpected channel""" % self.named
|
||||
|
||||
|
||||
log = logbook.Logger('Controller')
|
||||
|
||||
Reference in New Issue
Block a user