From 3f9a036af13edceb84dcb663fba1879dfc3322a6 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Mon, 22 Aug 2022 21:52:16 +0300 Subject: [PATCH] refactor: TopicTask parsing error information --- .../java/gr/thmmy/mthmmy/activities/topic/tasks/TopicTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/gr/thmmy/mthmmy/activities/topic/tasks/TopicTask.java b/app/src/main/java/gr/thmmy/mthmmy/activities/topic/tasks/TopicTask.java index 8ba72b74..9b2f8e20 100644 --- a/app/src/main/java/gr/thmmy/mthmmy/activities/topic/tasks/TopicTask.java +++ b/app/src/main/java/gr/thmmy/mthmmy/activities/topic/tasks/TopicTask.java @@ -125,7 +125,7 @@ public class TopicTask extends AsyncTask { 0, 0, 0, 0, null, null); } else { - Timber.e(e, "Topic parse failed"); + Timber.e(e, "Topic parsing failed (%s)!", newPageUrl); return new TopicTaskResult(ResultCode.PARSING_ERROR, null, null, null, 0, 0, 0, 0, null, null); }