Added name of the addon causing the issue.

https://github.com/BentoBoxWorld/BentoBox/issues/1944
This commit is contained in:
tastybento 2022-02-24 08:02:20 -08:00
parent 5910aa2685
commit 6c7d77f093
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class LocalesManager {
} catch (InvalidConfigurationException e) {
plugin.logError("Could not update locale file '" + lf + "' due to it being malformed: " + e.getMessage());
} catch (Exception e) {
plugin.logError("Error updating locale file '" + lf + "': " + e.getMessage());
plugin.logError("Error updating locale file for " + addon.getDescription().getName() + "'s '" + lf + "': " + e.getMessage());
plugin.logStacktrace(e);
}
}