mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
Add missing [<expansion>] prefix
This commit is contained in:
parent
721904335d
commit
fe0bb12d53
@ -314,7 +314,7 @@ public abstract class PlaceholderExpansion extends PlaceholderHook {
|
|||||||
* @param throwable The Throwable to log
|
* @param throwable The Throwable to log
|
||||||
*/
|
*/
|
||||||
public void log(Level level, String msg, Throwable throwable) {
|
public void log(Level level, String msg, Throwable throwable) {
|
||||||
getPlaceholderAPI().getLogger().log(level, msg, throwable);
|
getPlaceholderAPI().getLogger().log(level, "[" + getName() + "] " + msg, throwable);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user