mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-05 23:32:00 +01:00
fix error msg showing client ip instead of local
This commit is contained in:
parent
b962b4883e
commit
4f88437ee8
|
|
@ -126,7 +126,7 @@ bool CStream::Init(uint16 uiPort)
|
|||
}
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue