Skip to content

Commit

Permalink
change smartbft chain log message (#4644)
Browse files Browse the repository at this point in the history
Signed-off-by: May Rosenbaum <mayro1595@gmail.com>
  • Loading branch information
MayRosenbaum committed Jan 30, 2024
1 parent 03ff401 commit c98a1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/consensus/smartbft/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func NewChain(
return nil, errors.Wrap(err, "failed to verify SmartBFT-Go configuration")
}

logger.Infof("SmartBFT-v3 is now servicing chain %s", support.ChannelID())
logger.Infof("SmartBFT-v3 is now servicing chain")

return c, nil
}
Expand Down

0 comments on commit c98a1ee

Please sign in to comment.