From: Ciro Scognamiglio Date: Fri, 10 Oct 2014 15:37:14 +0000 (+0200) Subject: fixed bug X-Git-Tag: myslice-1.2~1^2~10^2 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=045944b2a08a43707cf5194c2340268d151b6132 fixed bug --- diff --git a/activity/__init__.py b/activity/__init__.py index 2478d6b4..4719a61c 100644 --- a/activity/__init__.py +++ b/activity/__init__.py @@ -73,7 +73,8 @@ def logWrite(request, action, message, objects = None): content = result.read() except urllib2.URLError as e: print "===============>> activity: connection to " + server + " impossible, could not log action" - print "==>> " + e.strerror + print e.strerror + print "" def log(request, action, message, objects = None): # Create a new thread in Daemon mode to send the log entry