summaryrefslogtreecommitdiff
path: root/poezio/plugin.py
diff options
context:
space:
mode:
authorMaxime Buquet <pep@bouah.net>2020-01-01 22:52:28 +0100
committerMaxime Buquet <pep@bouah.net>2020-01-01 22:52:28 +0100
commite6d2347d9368d0e504e447a09b31f90cf16e9d2a (patch)
treeafddf4f50c3a884254d7ba85506bb43f82c9bb56 /poezio/plugin.py
parentfa063ddd5747d63d5b1170bc2883175f41ffad24 (diff)
parent713471634340cfb170becf9a210baa547ff2707c (diff)
downloadpoezio-e6d2347d9368d0e504e447a09b31f90cf16e9d2a.tar.gz
poezio-e6d2347d9368d0e504e447a09b31f90cf16e9d2a.tar.bz2
poezio-e6d2347d9368d0e504e447a09b31f90cf16e9d2a.tar.xz
poezio-e6d2347d9368d0e504e447a09b31f90cf16e9d2a.zip
Merge branch 'e2ee-muc' into 'master'
E2ee muc See merge request poezio/poezio!53
Diffstat (limited to 'poezio/plugin.py')
-rw-r--r--poezio/plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/plugin.py b/poezio/plugin.py
index 61e0ea87..94cb330f 100644
--- a/poezio/plugin.py
+++ b/poezio/plugin.py
@@ -91,6 +91,7 @@ class SafetyMetaclass(type):
async def async_helper(*args, **kwargs):
passthrough = kwargs.pop('passthrough', False)
try:
+ log.debug('FOO: %r, %r', args, kwargs)
return await f(*args, **kwargs)
except:
if passthrough: