Stan 17 часов назад
Родитель
Сommit
faff5b4497
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      http_server.go

+ 1 - 1
http_server.go

@@ -183,7 +183,7 @@ func (this *HTTPServer) ServeHTTP(responseStream http.ResponseWriter, requestStr
 		}
 
 		if !validateData(handler) {
-			this.log.Error("malformed validation failed", LogValue("path", requestStream.URL.Path), LogError(err))
+			this.log.Error("validation failed", LogValue("path", requestStream.URL.Path))
 			responseStream.WriteHeader(http.StatusNotAcceptable)
 			return
 		}