From 3b154667e40f2e747ef1cf64ac0f9178e64c1797 Mon Sep 17 00:00:00 2001 From: Ralf Stemmer Date: Sat, 6 Feb 2021 14:47:01 +0100 Subject: [PATCH] Write open taskes into the log --- mdbapi/uploadmanager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mdbapi/uploadmanager.py b/mdbapi/uploadmanager.py index 4a6c7b10..9cfa336b 100644 --- a/mdbapi/uploadmanager.py +++ b/mdbapi/uploadmanager.py @@ -168,6 +168,7 @@ def UploadManagementThread(): for key, task in Tasks.items(): state = task["state"] contenttype = task["contenttype"] + logging.debug("Task with state \"%s\" found. (%s)", str(state), str(contenttype)); if state == "uploadfailed" or state == "importfailed" or state == "importcomplete": if contenttype in ["artwork"]: