We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafb029 commit cb79f49Copy full SHA for cb79f49
flow/connectors/utils/peers.go
@@ -22,8 +22,8 @@ func CreatePeerNoValidate(
22
peerType := peer.Type
23
wrongConfigResponse := &protos.CreatePeerResponse{
24
Status: protos.CreatePeerStatus_FAILED,
25
- Message: fmt.Sprintf("invalid config for %s peer %s",
26
- peerType, peer.Name),
+ Message: fmt.Sprintf("invalid config for %s peer %s: %T",
+ peerType, peer.Name, config),
27
}
28
var innerConfig proto.Message
29
switch peerType {
0 commit comments