We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff7fbb commit 39aa706Copy full SHA for 39aa706
VotingPlugin/pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.bencodez</groupId>
6
<artifactId>votingplugin</artifactId>
7
- <version>6.18.5-SNAPSHOT</version>
+ <version>6.18.5</version>
8
<packaging>jar</packaging>
9
<name>VotingPlugin</name>
10
<properties>
VotingPlugin/src/main/java/com/bencodez/votingplugin/proxy/VotingPluginProxy.java
@@ -780,7 +780,7 @@ public void run() {
780
}
781
int size = in.readInt();
782
783
- debug("Received plugin message, processing...");
+ debug("Received plugin message, processing..." + subchannel + " " + size);
784
785
String data = "";
786
if (size > 0) {
0 commit comments