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
|
||||
accessor, _ := s.TokenAccessor()
|
||||
ttl, _ := s.TokenTTL()
|
||||
log.Infof("wrapping token accessor %v with token TTL %v", accessor, ttl)
|
||||
accessorData, _ := s.TokenAccessor()
|
||||
ttlData, _ := s.TokenTTL()
|
||||
log.Infof("wrapping token accessor %v with token TTL %v", accessorData, ttlData)
|
||||
|
||||
return ttledSecret{
|
||||
TokenSecret: s,
|
||||
|
|
Loading…
Reference in a new issue