Added a stack trace for this error handling.

This commit is contained in:
tastybento 2019-09-20 11:57:41 -07:00
parent 60e85d6512
commit ad33d7fc9d

View File

@ -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);
}
}