fix typo
This commit is contained in:
parent
ba77cc0e28
commit
e9db655733
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ func Start() {
|
|||
}
|
||||
logDispatcherErrors, err := strconv.ParseBool(os.Getenv("LOG_DISPATCHER_ERRORS"))
|
||||
if err != nil {
|
||||
log.Println("failed to parse LOG_ERRORS env, using false")
|
||||
log.Println("failed to parse LOG_DISPATCHER_ERRORS env, using false")
|
||||
logDispatcherErrors = false
|
||||
}
|
||||
dispatcher := ext.NewDispatcher(&ext.DispatcherOpts{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue