Skip to content

Commit c781837

Browse files
committed
Refines one more warn message with no parts are found for a message.
1 parent f3118bf commit c781837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gowsdl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ func (g *GoWSDL) findType(message string) string {
413413
// Message does not have parts. This could be a Port
414414
// with HTTP binding or SOAP 1.2 binding, which are not currently
415415
// 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)
417417
continue
418418
}
419419

0 commit comments

Comments
 (0)