(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 30 Apr 2013 12:35:26 +0000 (12:35 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 30 Apr 2013 12:35:26 +0000 (12:35 +0000)
src/ttrss_ws.c

index 0aed58d..e62fa18 100644 (file)
@@ -103,6 +103,8 @@ static const char *ws_reply_get_error(struct json_object *content)
 {
        struct json_object *jerror;
 
+       log_debug("ws_reply_get_error");
+
        if (json_object_get_type(content) != json_type_object)
                return NULL;