mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Add comment
This commit is contained in:
@@ -556,7 +556,7 @@ int HTTPRequest::Perform(const std::string &url) {
|
||||
}
|
||||
|
||||
if (!client.Connect(2, 20.0, &cancelled_)) {
|
||||
ERROR_LOG(Log::HTTP, "Failed connecting to server or cancelled.");
|
||||
ERROR_LOG(Log::HTTP, "Failed connecting to server or cancelled (=%d).", cancelled_);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user