From 414f78dd87030405aeef0a6c5e612437f7054797 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Mon, 10 Jan 2022 15:03:54 +0100 Subject: [PATCH] Fix formatting of non-string variable. --- proxy/proxy_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/proxy_server.go b/proxy/proxy_server.go index 836293c..1128829 100644 --- a/proxy/proxy_server.go +++ b/proxy/proxy_server.go @@ -812,7 +812,7 @@ func (s *ProxyServer) processPayload(ctx context.Context, client *ProxyClient, s mcuClient.SendMessage(ctx, nil, mcuData, func(err error, response map[string]interface{}) { var responseMsg *signaling.ProxyServerMessage if err != nil { - log.Printf("Error sending %s to %s client %s: %s", mcuData, mcuClient.StreamType(), payload.ClientId, err) + log.Printf("Error sending %+v to %s client %s: %s", mcuData, mcuClient.StreamType(), payload.ClientId, err) responseMsg = message.NewWrappedErrorServerMessage(err) } else { responseMsg = &signaling.ProxyServerMessage{