Skip to content

Commit

Permalink
Merge "Adjust mspimpl.go/Validate log level from Inf to Dbg"
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivasan Muralidharan authored and Gerrit Code Review committed Mar 31, 2017
2 parents 7da5f5d + bf307fa commit 3b48c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msp/mspimpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func (msp *bccspmsp) GetSigningIdentity(identifier *IdentityIdentifier) (Signing
// nil in case the identity is valid or an
// error otherwise
func (msp *bccspmsp) Validate(id Identity) error {
mspLogger.Infof("MSP %s validating identity", msp.name)
mspLogger.Debugf("MSP %s validating identity", msp.name)

switch id := id.(type) {
// If this identity is of this specific type,
Expand Down

0 comments on commit 3b48c41

Please sign in to comment.