mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
Prevent messing up vcore logs
This commit is contained in:
parent
d555542263
commit
fe80368247
@ -206,7 +206,6 @@ namespace Qv2ray
|
|||||||
Dial(const_cast<char *>(channelAddress.toStdString().c_str()), 10000),
|
Dial(const_cast<char *>(channelAddress.toStdString().c_str()), 10000),
|
||||||
[](char* ptr) { free(ptr); }
|
[](char* ptr) { free(ptr); }
|
||||||
);
|
);
|
||||||
LOG(MODULE_VCORE, ret.get())
|
|
||||||
#endif
|
#endif
|
||||||
apiTimerId = startTimer(1000);
|
apiTimerId = startTimer(1000);
|
||||||
DEBUG(MODULE_VCORE, "API Worker started.")
|
DEBUG(MODULE_VCORE, "API Worker started.")
|
||||||
|
Loading…
Reference in New Issue
Block a user