tokend: fix debugging line...
This commit is contained in:
parent
fa17ca41c9
commit
8fcb964bcd
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ func wrapToken(s *TokenSecret) ttledSecret {
|
||||||
}
|
}
|
||||||
|
|
||||||
// DEBUG: debugging some annoying renewal(?) issues with tokend
|
// DEBUG: debugging some annoying renewal(?) issues with tokend
|
||||||
accessor, _ := s.TokenAccessor()
|
accessorData, _ := s.TokenAccessor()
|
||||||
ttl, _ := s.TokenTTL()
|
ttlData, _ := s.TokenTTL()
|
||||||
log.Infof("wrapping token accessor %v with token TTL %v", accessor, ttl)
|
log.Infof("wrapping token accessor %v with token TTL %v", accessorData, ttlData)
|
||||||
|
|
||||||
return ttledSecret{
|
return ttledSecret{
|
||||||
TokenSecret: s,
|
TokenSecret: s,
|
||||||
|
|
Loading…
Reference in a new issue