Add comment

This commit is contained in:
Henrik Rydgård
2025-01-05 20:43:29 +01:00
parent 4f873614e7
commit 70042e0906
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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;
}