Skip to content

Commit

Permalink
Fix logger printout
Browse files Browse the repository at this point in the history
Change-Id: I0d9845f52ee00c4fdf34bcea3b43dd83960bc9b2
Signed-off-by: Artem Barger <bartem@il.ibm.com>
  • Loading branch information
C0rWin committed Nov 21, 2016
1 parent 9d3abd1 commit 32e7811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chaincode/sysccapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func RegisterSysCC(syscc *SystemChaincode) error {
return fmt.Errorf(errStr)
}

sysccLogger.Info("system chaincode %s(%s) registered", syscc.Name, syscc.Path)
sysccLogger.Infof("system chaincode %s(%s) registered", syscc.Name, syscc.Path)
return err
}

Expand Down

0 comments on commit 32e7811

Please sign in to comment.