fixed bug
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Fri, 10 Oct 2014 15:37:14 +0000 (17:37 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Fri, 10 Oct 2014 15:37:14 +0000 (17:37 +0200)
activity/__init__.py

index 2478d6b..4719a61 100644 (file)
@@ -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