mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-15 07:26:05 +00:00
Add support for logging to file or syslog instead of stdout
This commit is contained in:
@ -232,7 +232,7 @@ func (c *Core) GetSessions() []Session {
|
||||
// from git, or returns "unknown" otherwise.
|
||||
func BuildName() string {
|
||||
if buildName == "" {
|
||||
return "unknown"
|
||||
return "yggdrasil"
|
||||
}
|
||||
return buildName
|
||||
}
|
||||
|
Reference in New Issue
Block a user