Skip to content

Commit

Permalink
Refines one more warn message with no parts are found for a message.
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Sep 12, 2015
1 parent f3118bf commit c781837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gowsdl.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ func (g *GoWSDL) findType(message string) string {
// Message does not have parts. This could be a Port
// with HTTP binding or SOAP 1.2 binding, which are not currently
// supported.
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)
log.Printf("[WARN] %s message doesn't have any parts, ignoring message...", msg.Name)
continue
}

Expand Down

0 comments on commit c781837

Please sign in to comment.