Преглед изворни кода

Remove incorrect argument

In rare cases this can cause a crash.
Unrud пре 9 година
родитељ
комит
9192a7751b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

@@ -323,7 +323,7 @@ class Application:
 
         # Set content length
         if answer:
-            self.logger.debug("Response content:\n%s" % answer, environ)
+            self.logger.debug("Response content:\n%s" % answer)
             answer = answer.encode(self.encoding)
             accept_encoding = [
                 encoding.strip() for encoding in