mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +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:
|
case <-e.reqCh:
|
||||||
s, err := e.getStatus()
|
s, err := e.getStatus()
|
||||||
if s == nil && err == nil {
|
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
|
return
|
||||||
}
|
}
|
||||||
if cb := e.getStatusCallback(); cb != nil {
|
if cb := e.getStatusCallback(); cb != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user