mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-06-05 04:43:44 +02:00
Print version number in log
This commit is contained in:
parent
a4cd0216c0
commit
955e89839f
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
@ -160,6 +160,8 @@ func main() {
|
||||||
fmt.Sprintf("(%s) ", interfaceName),
|
fmt.Sprintf("(%s) ", interfaceName),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
logger.Info.Println("Starting wireguard-go version", WireGuardGoVersion)
|
||||||
|
|
||||||
logger.Debug.Println("Debug log enabled")
|
logger.Debug.Println("Debug log enabled")
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue