From e2a3959c90cfe63ff05b32f930b1beeefe03175b Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Fri, 3 Oct 2014 16:08:39 +0200 Subject: [PATCH 1/1] added debug code --- manifoldapi/manifoldproxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manifoldapi/manifoldproxy.py b/manifoldapi/manifoldproxy.py index b47b998f..3c5a04bc 100644 --- a/manifoldapi/manifoldproxy.py +++ b/manifoldapi/manifoldproxy.py @@ -82,6 +82,7 @@ with the query passed using POST""" and isinstance(result['description'], (tuple, list, set, frozenset)): result [ 'description' ] = [ ResultValue.to_html (x) for x in result['description'] ] + print "=> MANIFOLD PROXY executing: " + manifold_query.action.lower() # # register activity # -- 2.43.0