From 9022d16951468c75a918e9c17b9741a359e125c9 Mon Sep 17 00:00:00 2001 From: evilhero Date: Sun, 29 Dec 2019 20:20:41 -0500 Subject: [PATCH] LOG:(#2383) added logging line to import results to show search results prior to adding to db --- mylar/webserve.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mylar/webserve.py b/mylar/webserve.py index ca749ab4..cbcbad17 100644 --- a/mylar/webserve.py +++ b/mylar/webserve.py @@ -4707,6 +4707,7 @@ class WebInterface(object): "issues": sres['issues'], "ogcname": ogcname, "comicyear": sres['comicyear']} + logger.fdebug('search_values: [%s]/%s' % (cVal, nVal)) myDB.upsert("searchresults", nVal, cVal) logger.info('[IMPORT] There is more than one result that might be valid - normally this is due to the filename(s) not having enough information for me to use (ie. no volume label/year). Manual intervention is required.') #force the status here just in case