added debug code
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Fri, 3 Oct 2014 14:08:39 +0000 (16:08 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Fri, 3 Oct 2014 14:08:39 +0000 (16:08 +0200)
manifoldapi/manifoldproxy.py

index b47b998..3c5a04b 100644 (file)
@@ -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
         #