File tree Expand file tree Collapse file tree
zorro_websocket_proxy/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ ZorroWebsocketProxy::~ZorroWebsocketProxy() {
139139 CloseHandle (hMapFile_);
140140 hMapFile_ = nullptr ;
141141 }
142- lwsl_user (" WebosocketsProsy destroyed\n " );
142+ lwsl_user (" WebsocketProxy destroyed\n " );
143143}
144144
145145void ZorroWebsocketProxy::run () {
146146 if (!own_shm_) {
147147 auto owner = owner_pid_->load (std::memory_order_relaxed);
148148 if (owner) {
149- lwsl_user (" Shm created by other ZorrorWebsocketsProxy instance. PID=%d\n " , owner);
149+ lwsl_user (" Shm created by other ZorroWebsocketProxy instance. PID=%d\n " , owner);
150150 std::this_thread::sleep_for (std::chrono::milliseconds (500 ));
151151 if (isProcessRunning (owner)) {
152152 lwsl_user (" Only one ZorroWebsocketProxy instance is allowed. Shutdown. PID=%d\n " , pid_);
You can’t perform that action at this time.
0 commit comments