Loading net/src/driver.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ bool Driver::start_client(std::string address, int port) return false; } socket->register_on_connected([this] socket->register_on_connected([this, &address, port] { add_connection(0); LOG(LSL_DEBUG, "[NetDriver] Client Connected to " << address << ":" << port); Loading Loading
net/src/driver.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ bool Driver::start_client(std::string address, int port) return false; } socket->register_on_connected([this] socket->register_on_connected([this, &address, port] { add_connection(0); LOG(LSL_DEBUG, "[NetDriver] Client Connected to " << address << ":" << port); Loading