SUPPORT-8836:fixes
This commit is contained in:
parent
1a771c33f9
commit
7a3e4b1d50
1 changed files with 2 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ public class FileScanService {
|
||||||
if (exitCode == 0 || exitCode == 72) {
|
if (exitCode == 0 || exitCode == 72) {
|
||||||
return exitCode;
|
return exitCode;
|
||||||
}
|
}
|
||||||
throw new AvException("KESL error scanning file: " + originalFileName + ", exit code: " + exitCode);
|
throw new AvException(
|
||||||
|
"KESL error scanning file: " + originalFileName + ", exit code: " + exitCode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue