SUPPORT-9156: fix

This commit is contained in:
adel.ka 2025-05-06 13:58:57 +03:00
parent 862cf49511
commit 88a3460d65

View file

@ -78,7 +78,7 @@ public class FileScanService {
} }
if (isPasswordProtectedFile(processOutput)) { if (isPasswordProtectedFile(processOutput)) {
LOGGER.warn("File '{}' is identified as password protected. Please review the file.", LOGGER.warn("File: {} is identified as password protected. Please review the file.",
originalFileName originalFileName
); );
exitCode = INFECTED_CODE; exitCode = INFECTED_CODE;