Make sure PIL warning goes to identifier log

git-svn-id: http://comictagger.googlecode.com/svn/trunk@99 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2012-11-27 19:18:42 +00:00
parent 21154e884f
commit 5ed01aa16b

View File

@ -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():