mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 09:10:49 +02:00
- added more logging to see what client FTP port # will be
This commit is contained in:
@@ -194,6 +194,8 @@ FTPClientThread::FTPClientThread(int portNumber, string serverUrl, std::pair<str
|
||||
this->mapsPath = mapsPath;
|
||||
this->tilesetsPath = tilesetsPath;
|
||||
this->pCBObject = pCBObject;
|
||||
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line %d] Using FTP port #: %d, serverUrl [%s]\n",__FILE__,__FUNCTION__,__LINE__,portNumber,serverUrl.c_str());
|
||||
}
|
||||
|
||||
void FTPClientThread::signalQuit() {
|
||||
|
Reference in New Issue
Block a user