Skip to content

Commit

Permalink
Fixed typo in exception logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nex committed Mar 28, 2012
1 parent 53aedab commit 844508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuckoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def run(self):
log.debug("Successfuly deleted original file at path \"%s\"."
% self.task["target"])
except Exception, why:
self.warning("Cannot delete original file \"%s\": %s"
log.warning("Cannot delete original file \"%s\": %s"
% (self.task["target"], why))

# 9. Start sniffer.
Expand Down

0 comments on commit 844508e

Please sign in to comment.