Skip to content

Commit

Permalink
Leftover from last review fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborgsomogyi committed Oct 9, 2018
1 parent 8c860fe commit a2c4397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private[kafka010] object TokenUtil extends Logging {
private def printToken(token: DelegationToken): Unit = {
if (log.isDebugEnabled) {
val dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm")
log.info("%-15s %-30s %-15s %-25s %-15s %-15s %-15s".format(
logDebug("%-15s %-30s %-15s %-25s %-15s %-15s %-15s".format(
"TOKENID", "HMAC", "OWNER", "RENEWERS", "ISSUEDATE", "EXPIRYDATE", "MAXDATE"))
val tokenInfo = token.tokenInfo
logDebug("%-15s [hidden] %-15s %-25s %-15s %-15s %-15s".format(
Expand Down

0 comments on commit a2c4397

Please sign in to comment.