- added more logging to see what client FTP port # will be

This commit is contained in:
Mark Vejvoda
2011-01-15 19:16:00 +00:00
parent e6f69a3839
commit 934b430f93
3 changed files with 6 additions and 0 deletions

View File

@@ -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() {