Tiny simplification of curl debug logging.

This commit is contained in:
Michael Drake 2016-01-21 09:27:27 +00:00
parent 6d2a787380
commit 4055ecf796

View File

@ -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" : " ");