Skip to content

Commit

Permalink
domain: change "reload privilege success" to DEBUG level (#9237) (#9274)
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-jason committed Feb 12, 2019
1 parent 0d5ef30 commit d4f26b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ func (do *Domain) LoadPrivilegeLoop(ctx sessionctx.Context) error {
if err != nil {
log.Error("[domain] load privilege fail:", errors.ErrorStack(err))
} else {
log.Info("[domain] reload privilege success.")
log.Debug("[domain] reload privilege success.")
}
}
}()
Expand Down

0 comments on commit d4f26b6

Please sign in to comment.