Removed the exception detals from the .rules file not found case
This commit is contained in:
parent
dc3ca3c7a8
commit
2c94b281dc
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue