Skip to content

Commit

Permalink
Removed dashes line
Browse files Browse the repository at this point in the history
  • Loading branch information
svera committed Mar 12, 2021
1 parent 7400a44 commit 7fc9d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func run(cfg Config, homeDir string, metadataReaders map[string]metadata.Reader,
fileWatcher(idx, cfg.LibPath)
}()
app := webserver.New(idx, cfg.LibPath, homeDir, version, metadataReaders, cfg.CoverMaxWidth)
fmt.Printf("Coreander version %s started listening on port %s\n--------------------------------------\n", version, cfg.Port)
fmt.Printf("Coreander version %s started listening on port %s\n\n", version, cfg.Port)
err = app.Listen(fmt.Sprintf(":%s", cfg.Port))
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 7fc9d00

Please sign in to comment.