We weren't supposed to break things *that* hard. Plugins still need to update but here's a TEMPORARY fix.

This commit is contained in:
Dinnerbone
2011-03-31 22:51:26 +01:00
parent 69537201b4
commit fe2c6c7b1c
5 changed files with 36 additions and 14 deletions

View File

@@ -258,7 +258,7 @@ public final class SimplePluginManager implements PluginManager {
if (plugin.isNaggable()) {
plugin.setNaggable(false);
server.getLogger().log(Level.SEVERE, String.format(
"Nag author: %s of %s about the following:",
"Nag author: '%s' of '%s' about the following: %s",
plugin.getDescription().getAuthors().get(0),
plugin.getDescription().getName(),
ex.getMessage()