mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 09:35:26 +02:00
Better use of logger.
Signed-off-by: Paul Buonopane <techsoftadvanced@gmail.com>
This commit is contained in:
@@ -69,7 +69,7 @@ public abstract class AbstractDelayedYamlFileReader<T extends StorageObject> imp
|
||||
catch (FileNotFoundException ex)
|
||||
{
|
||||
onException(ex);
|
||||
Bukkit.getLogger().log(Level.INFO, "File not found: " + file.toString());
|
||||
Bukkit.getLogger().log(Level.INFO, "File not found: {0}", file.toString());
|
||||
}
|
||||
catch (ObjectLoadException ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user