mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-07 07:51:41 +01:00
Added a stack trace for this error handling.
This commit is contained in:
parent
60e85d6512
commit
ad33d7fc9d
@ -166,6 +166,7 @@ public class YamlDatabaseConnector implements DatabaseConnector {
|
||||
Files.delete(commentedFile.toPath());
|
||||
} catch (IOException e1) {
|
||||
plugin.logError("Could not comment config file " + file.getName() + " " + e1.getMessage());
|
||||
plugin.logStacktrace(e1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user