Log commands invoked by Redis.

This commit is contained in:
Tux 2013-11-15 17:09:03 -05:00
parent 3c251170ca
commit e56f14dc56
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ public class RedisBungee extends Plugin implements Listener {
} else {
cmd = s2;
}
getLogger().info("Invoking command from PubSub: /" + s2);
getProxy().getPluginManager().dispatchCommand(commandSender, cmd);
}