From 5ed01aa16b1c8794ef99c54c346d0fc89829c572 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Tue, 27 Nov 2012 19:18:42 +0000 Subject: [PATCH] Make sure PIL warning goes to identifier log git-svn-id: http://comictagger.googlecode.com/svn/trunk@99 6c5673fe-1810-88d6-992b-cd32ca31540c --- issueidentifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issueidentifier.py b/issueidentifier.py index 71d3740..a2bdd17 100644 --- a/issueidentifier.py +++ b/issueidentifier.py @@ -210,7 +210,7 @@ class IssueIdentifier: self.search_result = self.ResultNoMatches if not pil_available: - print "Python Imaging Library (PIL) is not available and is needed for issue identification." + self.log_msg( "Python Imaging Library (PIL) is not available and is needed for issue identification." ) return self.match_list if not ca.seemsToBeAComicArchive():