Fix logging for rove-server

This commit is contained in:
Marc Di Luzio 2020-06-13 10:44:03 +01:00
parent 856771dac7
commit 84163ce9e1
2 changed files with 1 additions and 2 deletions

View file

@ -85,7 +85,6 @@ func InnerMain() {
}
// Run the server
log.Printf("Serving HTTP on %s\n", s.Addr())
s.Run()
// Close the server