mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
wgengine: update a log line from 'weird' to conventional 'unexpected'
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
3bdc9e9cb2
commit
3c9dea85e6
@ -1207,7 +1207,7 @@ func (e *userspaceEngine) RequestStatus() {
|
||||
case <-e.reqCh:
|
||||
s, err := e.getStatus()
|
||||
if s == nil && err == nil {
|
||||
e.logf("RequestStatus: weird: both s and err are nil")
|
||||
e.logf("[unexpected] RequestStatus: both s and err are nil")
|
||||
return
|
||||
}
|
||||
if cb := e.getStatusCallback(); cb != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user