Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 3e71076

Browse files
committed
[FABG-819] Fix typo in loadAllConfigs() Debugf()
Change-Id: I960d43204fe2e306986498819183321cd5899f35 Signed-off-by: Nye Liu <nye@blockdaemon.com>
1 parent 752dda1 commit 3e71076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/msp/identityconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func (c *IdentityConfig) loadAllCAConfigs(configEntity *identityConfigEntity) er
288288
continue
289289
}
290290

291-
logger.Debugf("Mapped Certificate Authority for [%s] to [%s]", caName)
291+
logger.Debugf("Mapped Certificate Authority for [%s] to [%s]", orgName, caName)
292292
mspCAConfig, err := c.getMSPCAConfig(matchedCaConfig)
293293
if err != nil {
294294
return err

0 commit comments

Comments
 (0)