mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Simplify welcome message.
This commit is contained in:
parent
fea87b0c13
commit
34b9fbaec4
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
log.SetPrefix("[G] ")
|
log.SetPrefix("[G] ")
|
||||||
log.Printf("Grumble - Mumble server written in Go")
|
log.Printf("Grumble")
|
||||||
|
|
||||||
log.Printf("Using blob directory: %s", *blobdir)
|
log.Printf("Using blob directory: %s", *blobdir)
|
||||||
err = blobstore.Open(*blobdir, true)
|
err = blobstore.Open(*blobdir, true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue