Change logger.info to logger.error
This commit is contained in:
parent
b4fda38922
commit
26c46ae05e
|
|
@ -173,7 +173,7 @@ public class Sandbox {
|
|||
}
|
||||
catch(FileNotFoundException e)
|
||||
{
|
||||
logger.info("File "+filename + " cannot be found/read");
|
||||
logger.error("File "+filename + " cannot be found/read");
|
||||
return;
|
||||
}
|
||||
int idx = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue