From da1180bc2d428ad52fbbecda8473fc1fb7267438 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 9 Jun 2015 01:52:24 +0200 Subject: [SimpleHoster] Improve checkFile --- module/plugins/hooks/AntiVirus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/AntiVirus.py') diff --git a/module/plugins/hooks/AntiVirus.py b/module/plugins/hooks/AntiVirus.py index 0b5eb1410..09872650f 100644 --- a/module/plugins/hooks/AntiVirus.py +++ b/module/plugins/hooks/AntiVirus.py @@ -91,7 +91,7 @@ class AntiVirus(Hook): shutil.move(file, self.getConfig('quardir')) else: - self.logDebug(_("Successfully moved file to trash")) + self.logDebug("Successfully moved file to trash") elif action == "Quarantine": pyfile.setCustomStatus(_("file moving")) -- cgit v1.2.3