Commit f597599d authored by Gernot Tenchio's avatar Gernot Tenchio

websockets: removed debug message

parent 4d9178dc
......@@ -771,7 +771,7 @@ webSocketsEncodeHybi(rfbClientPtr cl, const char *src, int len, char **dst)
* 0xA - pong
**/
if (!len) {
rfbLog("%s: nothing to encode\n", __func__);
/* nothing to encode */
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment