Skip to content

Commit

Permalink
Merge fc18787 into 2aa145b
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehp committed Oct 8, 2018
2 parents 2aa145b + fc18787 commit 65452fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Expand Up @@ -435,7 +435,7 @@ func Start() {
case <-app.dieChan:
logger.Log.Warn("the app will shutdown in a few seconds")
case s := <-sg:
logger.Log.Warn("got signal", s, "shutting down...")
logger.Log.Warn("got signal: ", s, ", shutting down...")
close(app.dieChan)
}

Expand Down

0 comments on commit 65452fb

Please sign in to comment.