Don't log FileNotFoundException when trying to load markers.csv.
The file is not required unless there are markers.
This commit is contained in:
parent
04ffed70ea
commit
482c07ed8a
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ public class MapManager extends Thread {
|
||||||
}
|
}
|
||||||
catch(FileNotFoundException e)
|
catch(FileNotFoundException e)
|
||||||
{
|
{
|
||||||
log.log(Level.SEVERE, "markers.csv not found", e);
|
// No need to log FileNotFoundException
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue