summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-08-06 09:50:49 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-08-06 09:50:49 +0200
commit31fa33b537d361a9ef6133bd65fe2f8e2047d530 (patch)
treed7f461e168c2fcc745b1ce39524799b1eea762fd /module
parentfix ExternalScripts not working (diff)
downloadpyload-31fa33b537d361a9ef6133bd65fe2f8e2047d530.tar.xz
[ExternalScripts] add registered script information
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/ExternalScripts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py
index d5720f68d..9ad2ac1fa 100644
--- a/module/plugins/hooks/ExternalScripts.py
+++ b/module/plugins/hooks/ExternalScripts.py
@@ -79,6 +79,7 @@ class ExternalScripts(Addon):
self.log_warning(_("Script not executable: [%s] %s") % (name, file))
self.scripts[name].append(file)
+ self.log_info(_("Registered script: [%s] %s") % (name, file))
@Expose