From cf4e7a171e80fcd990a7e0407d3d809b805f7c27 Mon Sep 17 00:00:00 2001 From: Karl Voit Date: Sat, 23 Nov 2019 16:11:42 +0100 Subject: [PATCH] "Could not read PDF content": warning->info --- guessfilename/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guessfilename/__init__.py b/guessfilename/__init__.py index 91026bb..3ddf7dd 100755 --- a/guessfilename/__init__.py +++ b/guessfilename/__init__.py @@ -709,7 +709,7 @@ class GuessFilename(object): return False if len(content) == 0: - logging.warning('Could read PDF file content but it is empty (skipping content analysis)') + logging.info('Could read PDF file content but it is empty (skipping content analysis)') return False # Salary - NOTE: this is highly specific to the PDF file