summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Gregy <gregy@gregy.cz> 2010-08-08 20:18:35 +0200
committerGravatar Gregy <gregy@gregy.cz> 2010-08-08 20:18:35 +0200
commit50f0e488bf051b88855933adfbb6c67c9e2f7a11 (patch)
treef5f1f058767747df03aff7cbd0cf2b8ee8001284 /module
parentHandling special cases in log (empty, non existing..) (diff)
downloadpyload-50f0e488bf051b88855933adfbb6c67c9e2f7a11.tar.xz
Multihome debug message
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/MultiHome.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/MultiHome.py b/module/plugins/hooks/MultiHome.py
index cfea5952d..3f41938dc 100644
--- a/module/plugins/hooks/MultiHome.py
+++ b/module/plugins/hooks/MultiHome.py
@@ -54,6 +54,7 @@ class MultiHome(Hook):
if iface:
iface.useFor(pluginName, account)
requestFactory.iface = iface.adress
+ self.log.debug("Multihome: using address: "+iface.adress)
return oldGetRequest(pluginName, account, type)
requestFactory.getRequest = getRequest