Browse Source

Still unpacking better log message

pull/69/merge
Ruud 13 years ago
parent
commit
18b9254dad
  1. 2
      couchpotato/core/plugins/scanner/main.py

2
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

Loading…
Cancel
Save