Skip to content

Commit

Permalink
[FABG-819] Fix typo in loadAllConfigs() Debugf()
Browse files Browse the repository at this point in the history
Change-Id: I960d43204fe2e306986498819183321cd5899f35
Signed-off-by: Nye Liu <nye@blockdaemon.com>
  • Loading branch information
nyetwurk committed Jan 25, 2019
1 parent 752dda1 commit 3e71076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/msp/identityconfig.go
Expand Up @@ -288,7 +288,7 @@ func (c *IdentityConfig) loadAllCAConfigs(configEntity *identityConfigEntity) er
continue
}

logger.Debugf("Mapped Certificate Authority for [%s] to [%s]", caName)
logger.Debugf("Mapped Certificate Authority for [%s] to [%s]", orgName, caName)
mspCAConfig, err := c.getMSPCAConfig(matchedCaConfig)
if err != nil {
return err
Expand Down

0 comments on commit 3e71076

Please sign in to comment.