mirror of https://github.com/tidwall/tile38.git
fix: start screen
This commit is contained in:
parent
407fd4c71c
commit
1f7777a4ad
|
@ -432,15 +432,15 @@ Developer Options:
|
||||||
core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd, saddr, os.Getpid())
|
core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd, saddr, os.Getpid())
|
||||||
} else {
|
} else {
|
||||||
fmt.Fprintf(logw, `
|
fmt.Fprintf(logw, `
|
||||||
_____ _ _ ___ ___
|
_____ _ _ ___ ___
|
||||||
|_ _|_| |___|_ | . | Tile38 %s%s %d bit (%s/%s)
|
|_ _|_| |___|_ | . | Tile38 %s%s %d bit (%s/%s)
|
||||||
| | | | | -_|_ | . | %s%s, PID: %d
|
| | | | | -_|_ | . | %s%s, PID: %d
|
||||||
|_| |_|_|___|___|___| tile38.com
|
|_| |_|_|___|___|___| tile38.com
|
||||||
|
|
||||||
Please consider sponsoring Tile38 development, especially if your company
|
Please consider sponsoring Tile38 development, especially if your company
|
||||||
benefits from this software. Visit tile38.com/sponsor today to learn more.
|
benefits from this software. Visit tile38.com/sponsor today to learn more.
|
||||||
|
|
||||||
`, core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd,
|
`, core.Version, gitsha, strconv.IntSize, runtime.GOARCH, runtime.GOOS, hostd,
|
||||||
saddr, os.Getpid())
|
saddr, os.Getpid())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue