From 18b9254dad96427206c39578418b087411e7b0ff Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Jan 2012 23:35:44 +0100 Subject: [PATCH] Still unpacking better log message --- couchpotato/core/plugins/scanner/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/scanner/main.py b/couchpotato/core/plugins/scanner/main.py index a802c98c..d98a22f8 100644 --- a/couchpotato/core/plugins/scanner/main.py +++ b/couchpotato/core/plugins/scanner/main.py @@ -234,7 +234,7 @@ class Scanner(Plugin): break if file_too_new: - log.info('Files seem to be still unpacking or just unpacked (%s), ignoring for now: %s' % (file_time, identifier)) + log.info('Files seem to be still unpacking or just unpacked (created on %s), ignoring for now: %s' % (time.ctime(file_time), identifier)) delete_identifier.append(identifier) continue