add a bit more log info
This commit is contained in:
parent
23f664bedf
commit
6e28def121
2
app.go
2
app.go
@ -35,7 +35,7 @@ func (a *App) getOwner(r *http.Request) (*tailcfg.Node, error) {
|
||||
ShowShared: false,
|
||||
})
|
||||
if err != nil {
|
||||
log.Printf("adding owner failed (%#v): %s", ownerID, err)
|
||||
log.Printf("adding owner failed (ownerID: %#v) (ownerExists: %#v): %s", ownerID, ownerExists, err)
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user