Skip to content

Commit c3fb371

Browse files
committed
Properly warn about unhandled responses from the server.
1 parent 0daa4db commit c3fb371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/theholywaffle/teamspeak3/SocketReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void run() {
116116
c.feed(line);
117117
}
118118
} else {
119-
TS3Query.log.info("< " + line);
119+
TS3Query.log.warning("[UNHANDLED] < " + line);
120120
}
121121
}
122122

0 commit comments

Comments
 (0)