Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-lobocki committed Jul 30, 2024
1 parent 6b61d1b commit bee9780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/command_x509certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func getX509CertificateData(thisDB DB, thisX509Certificate x509.Certificate) tX5
}

if loggingLevel >= 2 {
logInfo.Printf("revocationValue: %s", certsDataValue)
logInfo.Printf("certsDataValue: %s", certsDataValue)
}

return parseValueToX509CertificateData(certsDataValue)
Expand Down

0 comments on commit bee9780

Please sign in to comment.