system: minor style thing #7063

This commit is contained in:
Franco Fichtner 2023-12-12 09:23:58 +01:00
parent 5e785afe06
commit b68fa36ea6

View File

@ -93,7 +93,7 @@ def cmd_rehash():
os.symlink(os.path.relpath(filename, BLACKLISTDESTDIR), "%s/%s.%d" % (BLACKLISTDESTDIR, hash, seq))
else:
if hash in targets['blacklisted']:
print("Skipping blacklisted certificate %s (%s)" % (filename, hash))
print("Skipping blacklisted certificate %s (%s/%s.%d)" % (filename, BLACKLISTDESTDIR, hash, seq))
else:
os.symlink(os.path.relpath(filename, CERTDESTDIR), "%s/%s.%d" % (CERTDESTDIR, hash, seq))