diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-25 13:11:19 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-25 13:11:19 +0000 |
commit | 96dd574444f2c99bb0a82b2c354804f03e306f23 (patch) | |
tree | 4f1de4f9dcf6c27b5427016d5b846f68217bb3f4 /protocols/twitter/twitter_lib.c | |
parent | 2cd8540c1076c3d0423abb1927bd47fdcbfbd382 (diff) |
s/twitter_msg/twitter_log/ and use it in a few more places.
Diffstat (limited to 'protocols/twitter/twitter_lib.c')
-rw-r--r-- | protocols/twitter/twitter_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/twitter/twitter_lib.c b/protocols/twitter/twitter_lib.c index 676d804d..f358b307 100644 --- a/protocols/twitter/twitter_lib.c +++ b/protocols/twitter/twitter_lib.c @@ -219,8 +219,8 @@ static json_value *twitter_parse_response(struct im_connection *ic, struct http_ } else if (req->status_code != 200) { // It didn't go well, output the error and return. if (!periodic || logging_in || ++td->http_fails >= 5) - imcb_error(ic, "Could not retrieve %s: %s", - path, twitter_parse_error(req)); + twitter_log(ic, "Error: Could not retrieve %s: %s", + path, twitter_parse_error(req)); if (logging_in) imc_logout(ic, TRUE); |