fix spelling error

This commit is contained in:
richardsonjack 2018-05-24 12:12:53 +09:30
parent 7dbb48f5c1
commit 9b4d2127b0
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ func (r *revid) ChangeConfig(config Config) (err error) {
func (r *revid) Log(logType, m string) {
if r.config.Verbosity == Yes {
if r.config.Logger != nil {
r.config.logger.log("revid",logType, m)
r.config.Logger.log("revid",logType, m)
return
}
fmt.Println(logType + ": " + m)