Skip to content

Commit 42da787

Browse files
authored
Merge pull request #305 from src-d/start
make it clear that the server is now running
2 parents f6c2fbc + 1192d28 commit 42da787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gitbase/command/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func (c *Server) Execute(args []string) error {
8383
return err
8484
}
8585

86-
logrus.Info("starting server")
86+
logrus.Infof("server started and listening on %s:%d", c.Host, c.Port)
8787
return s.Start()
8888
}
8989

0 commit comments

Comments
 (0)