[Scummvm-git-logs] scummvm master -> f49e1de5c2136aa6f918aa8b4ed8514cbb3d2a17
LittleToonCat
noreply at scummvm.org
Wed Oct 25 01:20:37 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f49e1de5c2 BACKENDS: CURL: Raise debug log level to 3.
Commit: f49e1de5c2136aa6f918aa8b4ed8514cbb3d2a17
https://github.com/scummvm/scummvm/commit/f49e1de5c2136aa6f918aa8b4ed8514cbb3d2a17
Author: Little Cat (toontownlittlecat at gmail.com)
Date: 2023-10-24T22:20:22-03:00
Commit Message:
BACKENDS: CURL: Raise debug log level to 3.
Changed paths:
backends/networking/curl/socket.cpp
diff --git a/backends/networking/curl/socket.cpp b/backends/networking/curl/socket.cpp
index 379158b8611..5c85173c951 100644
--- a/backends/networking/curl/socket.cpp
+++ b/backends/networking/curl/socket.cpp
@@ -168,7 +168,7 @@ size_t CurlSocket::recv(void *data, int maxLen) {
return nread;
}
- debug(1, "libcurl: Received %llu bytes", (unsigned long long)nread);
+ debug(3, "libcurl: Received %llu bytes", (unsigned long long)nread);
return nread;
}
More information about the Scummvm-git-logs
mailing list