From eccc9e14cf8d95e18ea07211313d7988653ec62a Mon Sep 17 00:00:00 2001 From: barbequesauce Date: Thu, 7 Sep 2017 09:00:38 -0400 Subject: [PATCH] Log "Unable to properly verify reference to 32P" as debug Change the logger call for "Unable to properly verify reference to 32P" from warning to debug --- mylar/auth32p.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/auth32p.py b/mylar/auth32p.py index 96453abc..29b8a33f 100644 --- a/mylar/auth32p.py +++ b/mylar/auth32p.py @@ -300,7 +300,7 @@ class info32p(object): #update the 32p_reference so we avoid doing a url lookup next time helpers.checkthe_id(comic_id, dataset) else: - logger.warn('Unable to properly verify reference on 32P - will update the 32P reference point once the issue has been successfully matched against.') + logger.debug('Unable to properly verify reference on 32P - will update the 32P reference point once the issue has been successfully matched against.') results32p = [] resultlist = {}