Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Jan 16, 2024
1 parent 4daf6c5 commit 0e6ee50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ func rootCommand(ccmd *cobra.Command, args []string) {
}

if PrometheusEnabled {
log.Print("Listening...", "doduapi", apiPort, "metrics", apiPort+1, "channel", channelLog)
log.Print("Listening...", "port", apiPort, "metrics", apiPort+1, "channel", channelLog)
} else {
log.Print("Listening...", "doduapi", apiPort, "channel", channelLog)
log.Print("Listening...", "port", apiPort, "channel", channelLog)
}

Hook(updaterDone, updateDb, updateSearchIndex) // block and wait for signal, handle db updates
Expand Down

0 comments on commit 0e6ee50

Please sign in to comment.