public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: gratz@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [setup] branch master, updated. release_2.870-5-g0c83a70
Date: Fri, 06 Mar 2015 06:11:00 -0000	[thread overview]
Message-ID: <20150306061155.79186.qmail@sourceware.org> (raw)




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;
 }
 


                 reply	other threads:[~2015-03-06  6:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150306061155.79186.qmail@sourceware.org \
    --to=gratz@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).