From: Ciro Scognamiglio <ciro.scognamiglio@cslash.net>
Date: Fri, 3 Oct 2014 14:08:39 +0000 (+0200)
Subject: added debug code
X-Git-Tag: myslice-1.2~1^2~17^2~2^2~6
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e2a3959c90cfe63ff05b32f930b1beeefe03175b;p=myslice.git

added debug code
---

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
         #