diff --git a/demotape.py b/demotape.py index 43aecd4..65b88cc 100644 --- a/demotape.py +++ b/demotape.py @@ -167,6 +167,7 @@ def upload_video(videofile_path): def delete_video(file): try: + logging.info('Deleting Video %s' % (file)) os.system('rm -rf "%s"' % (file)) return True except: