longer period for heartbeat.

This commit is contained in:
fawce
2012-07-17 11:04:14 -04:00
parent d21abe06ea
commit 09b6b564bb
+1 -1
View File
@@ -33,7 +33,7 @@ class UnknownChatter(Exception):
def __init__(self, name):
self.named = name
def __str__(self):
return """Component calling itself "%s" talking on unexpected channel"""\
return "Component calling itself '%s' talking on unexpected channel"
% self.named