Some zulip => humbug updates in comments and print statements.

(imported from commit 9253569a1df7f96fda81ab162d710cdda03f30ca)
This commit is contained in:
Tim Abbott 2013-10-04 13:27:01 -04:00 committed by Steve Howell
parent 46a74271ea
commit ba721d85cb
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ class Client(object):
return False
if self.verbose:
if not query_state["had_error_retry"]:
sys.stdout.write("humbug API(%s): connection error%s -- retrying." % \
sys.stdout.write("zulip API(%s): connection error%s -- retrying." % \
(url.split(API_VERSTRING, 2)[0], error_string,))
query_state["had_error_retry"] = True
else: