Merge pull request #8 from unixisevil/zerolog/fix

fix typo error
This commit is contained in:
Olivier Poitrey 2017-07-06 22:29:54 -07:00 committed by GitHub
commit c964fc4812
1 changed files with 1 additions and 1 deletions

View File

@ -63,5 +63,5 @@ func DisableSampling(v bool) {
}
func samplingDisabled() bool {
return atomic.LoadUint32(gLevel) == 1
return atomic.LoadUint32(disableSampling) == 1
}