Skip to content
Commit 5484ec8b authored by Yuanle Song's avatar Yuanle Song
Browse files

bugfix: when config file is not found, there should be no recursive call.

Before this fix, when config file is not found, err() calls
send_hipchat_msg(), which calls log(), which calls send_hipchat_msg() again.
In log(), when HIPCHAT_ROOM_TOKEN is not found, should not call
send_hipchat_msg().
parent d0689294
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment