mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 14:10:28 +00: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
@ -210,4 +210,5 @@ type Logger interface {
|
|||||||
Errorln(...interface{})
|
Errorln(...interface{})
|
||||||
Debugf(string, ...interface{})
|
Debugf(string, ...interface{})
|
||||||
Debugln(...interface{})
|
Debugln(...interface{})
|
||||||
|
Traceln(...interface{})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user