summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index 67f0a89c..2277c7a0 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -96,6 +96,7 @@ class Command(plugable.Plugin):
If not in a server context, the call will be forwarded over
XML-RPC and the executed an the nearest IPA server.
"""
+ self.debug(make_repr(self.name, *args, **options))
params = self.args_options_2_params(*args, **options)
params = self.normalize(**params)
params = self.convert(**params)