Skip to content

Commit

Permalink
More ticket debug details
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Sep 19, 2024
1 parent f28fd0c commit 6089102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (resolver *Resolver) ResolveDevice(deviceName string) (ret []*edge.DeviceTi
if !client.isRecentTicket(device) {
// Setting a nil to cache, to mark the current time of the last check
resolver.datapool.SetCacheDevice(deviceID, device)
client.Log().Warn("found outdated deviceticket() %v", device)
client.Log().Warn("found outdated deviceticket() %+v", device)
continue
}

Expand Down

0 comments on commit 6089102

Please sign in to comment.