wgengine: update a log line from 'weird' to conventional 'unexpected'
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/1810/head
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