mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Merge pull request #1004 from Dry-Leaf/bsd_build_fix
Added member to Logger struct expected by tun_bsd.go
This commit is contained in:
commit
1420ea5662
1 changed files with 1 additions and 0 deletions
|
@ -210,4 +210,5 @@ type Logger interface {
|
||||||
Errorln(...interface{})
|
Errorln(...interface{})
|
||||||
Debugf(string, ...interface{})
|
Debugf(string, ...interface{})
|
||||||
Debugln(...interface{})
|
Debugln(...interface{})
|
||||||
|
Traceln(...interface{})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue