mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Merge pull request #209 from maximbaz/relay-show-version-on-startup
relay: show version on startup
This commit is contained in:
commit
d1c2777906
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ func receive(c *cli.Context) (err error) {
|
|||
}
|
||||
|
||||
func relay(c *cli.Context) (err error) {
|
||||
log.Infof("starting croc relay version %v", Version)
|
||||
debugString := "info"
|
||||
if c.GlobalBool("debug") {
|
||||
debugString = "debug"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue