Skip to content

Commit

Permalink
Merge "[FAB-3086] Fix log event formatting"
Browse files Browse the repository at this point in the history
  • Loading branch information
binhn authored and Gerrit Code Review committed Apr 11, 2017
2 parents e77644d + 3a66788 commit 1c5c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/chaincode/install.go
Expand Up @@ -74,7 +74,7 @@ func install(chaincodeName string, chaincodeVersion string, cds *pb.ChaincodeDep
}

if proposalResponse != nil {
logger.Debug("Installed remotely %v", proposalResponse)
logger.Debugf("Installed remotely %v", proposalResponse)
}

return nil
Expand Down

0 comments on commit 1c5c32c

Please sign in to comment.