fix error msg showing client ip instead of local

pull/216/head
narspt 4 years ago committed by GitHub
parent b962b4883e
commit 4f88437ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,7 +126,7 @@ bool CStream::Init(uint16 uiPort)
} }
else else
{ {
std::cout << "Error opening socket on port UDP" << uiPort << " on ip " << m_Ip << std::endl; std::cout << "Error opening socket on port UDP" << uiPort << " on ip " << g_AmbeServer.GetListenIp() << std::endl;
} }
// done // done

Loading…
Cancel
Save

Powered by TurnKey Linux.