Removed the exception detals from the .rules file not found case

This commit is contained in:
Andras Fuchs 2020-02-13 15:51:43 +01:00
parent dc3ca3c7a8
commit 2c94b281dc
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ public class DesignFile
}
} catch (java.io.FileNotFoundException e)
{
FRLogger.error("File '"+rules_file_name+"' was not found.", e);
FRLogger.error("File '"+rules_file_name+"' was not found.", null);
result = false;
}
}