Skip to content

Commit

Permalink
Fixed a crash in the post-processing code due to new logging added
Browse files Browse the repository at this point in the history
  • Loading branch information
midgetspy committed Apr 7, 2010
1 parent 40f9b32 commit 4933f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/processTV.py
Expand Up @@ -405,7 +405,7 @@ def processFile(fileName, downloadDir=None, nzbName=None):
if existingResult == 1:
existingResult = 2

returnStr += logger.log("Existing result: "+str(existingResult), logger.DEBUG)
returnStr += logHelper("Existing result: "+str(existingResult), logger.DEBUG)

# see if the existing file is bigger - if it is, bail (unless it's a proper in which case we're forcing an overwrite)
if existingResult > 0:
Expand Down

0 comments on commit 4933f66

Please sign in to comment.