Skip to content

Commit 843dae1

Browse files
committed
change Info to Infof
change logger.Info to logger.Infof Change-Id: I0a3b457d7d5e541a4418a771e2ee0e1066882349 Signed-off-by: xiejunan <[email protected]>
1 parent ef8351d commit 843dae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peer/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func main() {
8585

8686
var alternativeCfgPath = os.Getenv("PEER_CFG_PATH")
8787
if alternativeCfgPath != "" {
88-
logger.Info("User defined config file path: %s", alternativeCfgPath)
88+
logger.Infof("User defined config file path: %s", alternativeCfgPath)
8989
viper.AddConfigPath(alternativeCfgPath) // Path to look for the config file in
9090
} else {
9191
viper.AddConfigPath("./") // Path to look for the config file in

0 commit comments

Comments
 (0)