You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Message does not have parts. This could be a Port
414
414
// with HTTP binding or SOAP 1.2 binding, which are not currently
415
415
// supported.
416
-
log.Printf("[WARN] %s message doesn't have any parts. It is probably part of HTTP or SOAP 1.2 bindings which are unsupported, ignoring message...", msg.Name)
416
+
log.Printf("[WARN] %s message doesn't have any parts, ignoring message...", msg.Name)
0 commit comments