Skip to content

Commit a9c5165

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(boot.go): add startup log for SSH server
1 parent f58022d commit a9c5165

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boot.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func main() {
3838
}
3939
log.Info("starting fetcher on port %d", cnf.FetcherPort)
4040
go fetcher.Serve(cnf.FetcherPort)
41+
log.Info("starting SSH server on %s:%s", cnf.SSHHostIP, cnf.SSHHostPort)
4142
os.Exit(pkg.Run(cnf.SSHHostIP, cnf.SSHHostPort, "boot"))
4243
},
4344
},

0 commit comments

Comments
 (0)