Skip to content

Commit 75c36eb

Browse files
committed
[FAB-11759] log 'Obtaining identity' at debug
Change-Id: Ic2be2465cf64b8a5283ac49c24e15b8a338d700f Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 446c26d commit 75c36eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msp/mspimpl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func (msp *bccspmsp) hasOURoleInternal(id *identity, mspRole m.MSPRole_MSPRoleTy
334334
// DeserializeIdentity returns an Identity given the byte-level
335335
// representation of a SerializedIdentity struct
336336
func (msp *bccspmsp) DeserializeIdentity(serializedID []byte) (Identity, error) {
337-
mspLogger.Infof("Obtaining identity")
337+
mspLogger.Debug("Obtaining identity")
338338

339339
// We first deserialize to a SerializedIdentity to get the MSP ID
340340
sId := &m.SerializedIdentity{}

0 commit comments

Comments
 (0)