mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-08-15 23:32:35 +00:00
* libwget/http.c (wget_http_get_response_cb): Remove superfluous space in debug msg
This commit is contained in:
@ -1171,7 +1171,7 @@ wget_http_response *wget_http_get_response_cb(wget_http_connection *conn)
|
||||
end = buf;
|
||||
// debug_printf("a nbytes %zd\n", nbytes);
|
||||
}
|
||||
debug_printf("end of trailer \n");
|
||||
debug_printf("end of trailer\n");
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user