Log messages for avatar download (temporary).

This commit is contained in:
lotodore
2009-03-21 22:38:56 +00:00
parent 9cc9b75e89
commit 21ad12333c
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -117,6 +117,8 @@ DownloaderThread::Main()
}
if (m_curDownloadData && !m_curDownloadData->filename.empty())
{
LOG_MSG("URL: " + m_curDownloadData->address);
LOG_MSG("File: " + filepath.file_string());
path filepath(m_curDownloadData->filename);
m_downloadHelper->Init(m_curDownloadData->address, filepath.file_string());
m_downloadInProgress = true;