|
@@ -133,7 +133,7 @@ public class WebSocketHelper {
|
|
out.setDate(new Date());
|
|
out.setDate(new Date());
|
|
String message = JsonUtil.toJson(out);
|
|
String message = JsonUtil.toJson(out);
|
|
if (WS_LOG.isDebugEnabled()) {
|
|
if (WS_LOG.isDebugEnabled()) {
|
|
- WS_LOG.error("[sendText]. path=" + path + "; message=" + message);
|
|
|
|
|
|
+ WS_LOG.debug("[sendText]. path=" + path + "; message=" + message);
|
|
}
|
|
}
|
|
session.getBasicRemote().sendText(message);
|
|
session.getBasicRemote().sendText(message);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|