added debug print.

This commit is contained in:
clinton-hall 2013-02-12 02:53:46 -08:00 committed by Clinton Hall
commit 55e96ba78d

View file

@ -127,6 +127,8 @@ if set(ext).intersection(set(test)):
elif set(ext).intersection(set(test2)): elif set(ext).intersection(set(test2)):
print "INFO: Found media files, moving" print "INFO: Found media files, moving"
else: 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" print "INFO: Didn't find any compressed archives or media files to process, exiting"
sys.exit(-1) sys.exit(-1)