Add print message when recording is being cancelled

This commit is contained in:
dave 2014-08-26 13:39:48 -07:00
parent 9d9ba85bce
commit b3779f06a6
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ class recordThread(Thread):
os.unlink("files/temp/%s/%s"%(self.directory,f))
def cancel(self):
print("Cancelling %s" % self.url)
# turn off keep-alive dow the downloader
self.running = False
# Kill the download process