Correct rar-version logging line

This commit is contained in:
Safihre
2025-12-01 11:36:10 +01:00
parent 095b48ca47
commit a4657e2bd3

View File

@@ -649,7 +649,7 @@ def rar_extract_core(
start = time.time()
logging.debug("Extraction path: %s", extraction_path)
logging.debug("Found rar version: %s", rarfile.is_rarfile(rarfile_path))
logging.debug("Found rar version: %s", rarfile.get_rar_version(rarfile_path))
if password:
password_command = "-p%s" % password