Skip to content

Commit

Permalink
Just isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Feb 18, 2024
1 parent 6aa8033 commit 0afeaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {

watchdog.Begin()

log.Printf("streamer server version: %s\n", Version)
log.Printf("streamer server version: %s", Version)

r.router.Logger.Error(r.router.Start(r.config.ServerAddress))
log.Fatalf("failed to start router on address %s", r.config.ServerAddress)
Expand Down

0 comments on commit 0afeaf4

Please sign in to comment.