mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-13 18:31:18 +01:00
print stack as string
This commit is contained in:
parent
50642f5ef3
commit
2f409bc61c
@ -275,7 +275,7 @@ func (s *SqlStore) SavePeerStatus(accountID, peerID string, peerStatus nbpeer.Pe
|
||||
var peerCopy nbpeer.Peer
|
||||
peerCopy.Status = &peerStatus
|
||||
|
||||
log.WithContext(context.Background()).Tracef("saving an peer: %s with false status. PeerCopy %v, Arg: %v, Trace: %v",
|
||||
log.WithContext(context.Background()).Tracef("saving peer: %s with false status. PeerCopy %v, Arg: %v, Trace: %s",
|
||||
peerID, peerCopy.Status.Connected, peerStatus.Connected,
|
||||
debug.Stack())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user