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



commit 6ff07e0b3ee431f57a26274c09d7d9e32954eb44
Author: Colin Walters <walters verbum org>
Date:   Sun Feb 26 08:35:26 2012 -0500

    pull: Print download URLs by default, rather than requiring -v
    
    Let's leave verbose for more debug-type stuff.

 src/ostree/ostree-pull.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostree/ostree-pull.c b/src/ostree/ostree-pull.c
index aa907b8..ec0adda 100644
--- a/src/ostree/ostree-pull.c
+++ b/src/ostree/ostree-pull.c
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]