Skip to content

Commit bee9780

Browse files
chore
1 parent 6b61d1b commit bee9780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/command_x509certs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func getX509CertificateData(thisDB DB, thisX509Certificate x509.Certificate) tX5
213213
}
214214

215215
if loggingLevel >= 2 {
216-
logInfo.Printf("revocationValue: %s", certsDataValue)
216+
logInfo.Printf("certsDataValue: %s", certsDataValue)
217217
}
218218

219219
return parseValueToX509CertificateData(certsDataValue)

0 commit comments

Comments
 (0)