We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a076bba commit 3a66788Copy full SHA for 3a66788
peer/chaincode/install.go
@@ -74,7 +74,7 @@ func install(chaincodeName string, chaincodeVersion string, cds *pb.ChaincodeDep
74
}
75
76
if proposalResponse != nil {
77
- logger.Debug("Installed remotely %v", proposalResponse)
+ logger.Debugf("Installed remotely %v", proposalResponse)
78
79
80
return nil
0 commit comments