From 1503e5cf371128ef0aaa19b5c0e1fbd4876673b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=B0?= =?UTF-8?q?=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Sat, 25 Oct 2025 14:38:44 +0300 Subject: [PATCH] clear --- web/service/inbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/service/inbound.go b/web/service/inbound.go index d10b4d04..7b63a5a6 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -2519,7 +2519,7 @@ func (s *InboundService) syncWithSlaves(method string, path string, contentType if resp.StatusCode != http.StatusOK { bodyBytes, _ := io.ReadAll(resp.Body) - logger.Warningf("Failed to sync with server %s. Status: %s, Body: %s, Message: %s", server.Name, resp.Status, string(bodyBytes), resp.Msg) + logger.Warningf("Failed to sync with server %s. Status: %s, Body: %s", server.Name, resp.Status, string(bodyBytes), resp) } //logger.Infof("Synced inbound %v to server %v (%v)", bodyData.(*model.Inbound).Tag, server.Name, resp.Status) }