From f8c9347423d2f860a90d7e055a1c9ddff8cdab32 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 23 Nov 2016 23:41:22 +0000 Subject: Heh, oops, some error in the Twitter module still mentioned XML. Fixed. Some structs still have xml in their name but meh, at least that's not visible to the user. --- protocols/twitter/twitter_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/twitter/twitter_lib.c b/protocols/twitter/twitter_lib.c index c66c1d89..cd8247c2 100644 --- a/protocols/twitter/twitter_lib.c +++ b/protocols/twitter/twitter_lib.c @@ -233,7 +233,7 @@ static json_value *twitter_parse_response(struct im_connection *ic, struct http_ if ((ret = json_parse(req->reply_body, req->body_size)) == NULL) { imcb_error(ic, "Could not retrieve %s: %s", - path, "XML parse error"); + path, "JSON parse error"); } return ret; } -- cgit v1.2.3