public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup] branch master, updated. release_2.870-5-g0c83a70
@ 2015-03-06  6:11 gratz
  0 siblings, 0 replies; only message in thread
From: gratz @ 2015-03-06  6:11 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;h=0c83a709e015c13a915b5f2809e3a65562451033

commit 0c83a709e015c13a915b5f2809e3a65562451033
Author: Achim Gratz <Stromeko@Stromeko.DE>
Date:   Fri Mar 6 07:11:29 2015 +0100

    Demote some messages to LOG_BABBLE
    
    	* package_meta.cc (isManuallyWanted, isManuallyDeleted): Demote
    	overly talkative messages to LOG_BABBLE, so that they won't
    	clutter stdout by default.


Diff:
---
 ChangeLog       |    6 ++++++
 package_meta.cc |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 551cc94..30609dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-05  Achim Gratz  <Stromeko@NexGo.DE>
+
+	* package_meta.cc (isManuallyWanted, isManuallyDeleted): Demote
+	overly talkative messages to LOG_BABBLE, so that they won't
+	clutter stdout by default.
+
 2015-03-02  Jon TURNEY  <jon.turney@dronecode.org.uk>
 
 	* LogFile.cc (endEntry): Remove msg().
diff --git a/package_meta.cc b/package_meta.cc
index c2e94eb..34ff78c 100644
--- a/package_meta.cc
+++ b/package_meta.cc
@@ -314,13 +314,13 @@ bool packagemeta::isManuallyWanted() const
       for (curcat = categories.begin (); curcat != categories.end (); curcat++)
 	if (parsed_categories.find (*curcat) != parsed_categories.end ())
 	  {
-	    Log (LOG_PLAIN) << "Found category " << *curcat << " in package " << name << endLog;
+	    Log (LOG_BABBLE) << "Found category " << *curcat << " in package " << name << endLog;
 	    bReturn = true;
 	  }
     }
   
   if (bReturn)
-    Log (LOG_PLAIN) << "Added manual package " << name << endLog;
+    Log (LOG_BABBLE) << "Added manual package " << name << endLog;
   return bReturn;
 }
 
@@ -364,13 +364,13 @@ bool packagemeta::isManuallyDeleted() const
       for (curcat = categories.begin (); curcat != categories.end (); curcat++)
 	if (parsed_delete_categories.find (*curcat) != parsed_delete_categories.end ())
 	  {
-	    Log (LOG_PLAIN) << "Found category " << *curcat << " in package " << name << endLog;
+	    Log (LOG_BABBLE) << "Found category " << *curcat << " in package " << name << endLog;
 	    bReturn = true;
 	  }
     }
 
   if (bReturn)
-    Log (LOG_PLAIN) << "Deleted manual package " << name << endLog;
+    Log (LOG_BABBLE) << "Deleted manual package " << name << endLog;
   return bReturn;
 }
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-06  6:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-06  6:11 [setup] branch master, updated. release_2.870-5-g0c83a70 gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).