pull: Print download URLs by default, rather than requiring -v

Let's leave verbose for more debug-type stuff.
This commit is contained in:
Colin Walters 2012-02-26 08:35:26 -05:00
parent 828bd253f9
commit 6ff07e0b3e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ fetch_uri (OstreeRepo *repo,
chunkdata.error = error;
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);
soup_message_body_set_accumulate (msg->response_body, FALSE);