pull: Print download URLs by default, rather than requiring -v
Let's leave verbose for more debug-type stuff.
This commit is contained in:
parent
828bd253f9
commit
6ff07e0b3e
|
|
@ -106,7 +106,7 @@ fetch_uri (OstreeRepo *repo,
|
||||||
chunkdata.error = error;
|
chunkdata.error = error;
|
||||||
|
|
||||||
uri_string = soup_uri_to_string (uri, FALSE);
|
uri_string = soup_uri_to_string (uri, FALSE);
|
||||||
log_verbose ("Fetching %s", uri_string);
|
g_print ("Fetching %s\n", uri_string);
|
||||||
msg = soup_message_new_from_uri (SOUP_METHOD_GET, uri);
|
msg = soup_message_new_from_uri (SOUP_METHOD_GET, uri);
|
||||||
|
|
||||||
soup_message_body_set_accumulate (msg->response_body, FALSE);
|
soup_message_body_set_accumulate (msg->response_body, FALSE);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue