From ca79c620eae93a982187ccfddbec1ead5a59bc5c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 16 Dec 2015 10:22:58 +0100 Subject: [internals] Some code cosmetics --- module/plugins/internal/UnRar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/internal/UnRar.py') diff --git a/module/plugins/internal/UnRar.py b/module/plugins/internal/UnRar.py index 93fc04c32..b9c91bce8 100644 --- a/module/plugins/internal/UnRar.py +++ b/module/plugins/internal/UnRar.py @@ -222,9 +222,9 @@ class UnRar(Extractor): #@NOTE: return codes are not reliable, some kind of threading, cleanup whatever issue call = [self.CMD, command] + args + list(xargs) - self.log_debug(" ".join(call)) - call = map(encode, call) + self.log_debug("EXECUTE " + " ".join(call)) + call = map(encode, call) p = subprocess.Popen(call, stdout=subprocess.PIPE, stderr=subprocess.PIPE) renice(p.pid, self.priority) -- cgit v1.2.3