mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Use a generic log message for this
This commit is contained in:
parent
b99335e5b2
commit
0a52ef7219
@ -358,12 +358,8 @@ public final class LocalExpansionManager implements Listener {
|
||||
throw ((LinkageError) ex.getCause());
|
||||
}
|
||||
|
||||
/* Currently causes an exception when clazz is null due to an expansion not having any.
|
||||
*
|
||||
*plugin.getLogger()
|
||||
* .log(Level.SEVERE, "Failed to load placeholder expansion from class: " + clazz.getName(),
|
||||
* ex);
|
||||
*/
|
||||
plugin.getLogger().warning("There was an issue with loading an expansion");
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user