Changed logging message

This commit is contained in:
Teriuihi 2022-12-06 02:13:03 +01:00
parent 643c515cbd
commit 1b14bddfe6

View File

@ -99,7 +99,7 @@ public class EventListener {
return;
if (Config.DEBUG)
Logger.info("\nCurrent locks:\n%\nQueued locks:\n%", formatLockMap(channelLockMap), formatLockMap(queuedLocks));
Logger.info("Current locks:\n%\nQueued locks:\n%", formatLockMap(channelLockMap), formatLockMap(queuedLocks));
event.setResult(PluginMessageEvent.ForwardResult.handled());