fix error msg showing client ip instead of local

This commit is contained in:
narspt 2022-04-02 22:00:27 +01:00 committed by GitHub
parent b962b4883e
commit 4f88437ee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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