mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
added debug print.
This commit is contained in:
parent
a8e963acc0
commit
b24a5edf91
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ if set(ext).intersection(set(test)):
|
|||
elif set(ext).intersection(set(test2)):
|
||||
print "INFO: Found media files, moving"
|
||||
else:
|
||||
print "DEBUG: Found files with extensions %s." % (ext)
|
||||
print "DEBUG: Looking for extensions %s or %s." % (test, tests2)
|
||||
print "INFO: Didn't find any compressed archives or media files to process, exiting"
|
||||
sys.exit(-1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue