Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoxhaa committed Nov 19, 2024
1 parent 6c0611f commit c280771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/icingadb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func run() int {

dump := icingadb.NewDumpSignals(rc, logs.GetChildLogger("dump-signals"))
g.Go(func() error {
logger.Debug("Staring config dump signal handling")
logger.Debug("Starting config dump signal handling")

return dump.Listen(synctx)
})
Expand Down

0 comments on commit c280771

Please sign in to comment.