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:
parent
1bd17892e5
commit
c83a6c990f
@ -365,7 +365,7 @@ bool NetworkHttp::downloadFileInternal(Request *request)
|
|||||||
file_manager->getAddonsFile(request->getSavePath());
|
file_manager->getAddonsFile(request->getSavePath());
|
||||||
|
|
||||||
if(UserConfigParams::logAddons())
|
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());
|
request->getURL().c_str(), request->getSavePath().c_str());
|
||||||
std::string full_url = request->getURL();
|
std::string full_url = request->getURL();
|
||||||
if(full_url.substr(0, 5)!="http:" && full_url.substr(0, 4)!="ftp:")
|
if(full_url.substr(0, 5)!="http:" && full_url.substr(0, 4)!="ftp:")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user