Fixed typo in log message.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8628 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-05-17 11:59:29 +00:00
parent 1bd17892e5
commit c83a6c990f

View File

@ -365,7 +365,7 @@ bool NetworkHttp::downloadFileInternal(Request *request)
file_manager->getAddonsFile(request->getSavePath());
if(UserConfigParams::logAddons())
printf("[addons] Downloading '%s' as '%s').\n",
printf("[addons] Downloading '%s' as '%s'.\n",
request->getURL().c_str(), request->getSavePath().c_str());
std::string full_url = request->getURL();
if(full_url.substr(0, 5)!="http:" && full_url.substr(0, 4)!="ftp:")