mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Tiny simplification of curl debug logging.
This commit is contained in:
parent
6d2a787380
commit
4055ecf796
@ -1036,7 +1036,7 @@ static void fetch_curl_poll(lwc_string *scheme_ignored)
|
||||
error = true;
|
||||
}
|
||||
if (read || write || error) {
|
||||
LOG(" fd %*i: %s %s %s", max_fd / 10 + 1, i,
|
||||
LOG(" fd %i: %s %s %s", i,
|
||||
read ? "read" : " ",
|
||||
write ? "write" : " ",
|
||||
error ? "error" : " ");
|
||||
|
Loading…
Reference in New Issue
Block a user