@@ -50,7 +50,7 @@ public abstract class SocketClient {
*/
public static int CONNECT_TIMEOUT = 20000;
public static boolean closeWebsocket = false;
- public String TAG = LongConnService.class.getSimpleName();
+ public String TAG = SocketClient.class.getSimpleName();
protected int type = 1;
protected String connectUrl;
/**