linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@RedHat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] libnfsidmap: Turn off default verbosity
Date: Thu, 19 Dec 2019 13:20:33 -0500	[thread overview]
Message-ID: <06c33d98-736a-8a51-312c-617f843e0b94@RedHat.com> (raw)
In-Reply-To: <20191219175452.14317-1-steved@redhat.com>



On 12/19/19 12:54 PM, Steve Dickson wrote:
> Commit f080188e changed the library's verbosity
> to be on by default. The patch turns it off by
> default
> 
> Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1774787
> 
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed...

steved.
> ---
>  support/nfsidmap/libnfsidmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/support/nfsidmap/libnfsidmap.c b/support/nfsidmap/libnfsidmap.c
> index 9299e65..d11710f 100644
> --- a/support/nfsidmap/libnfsidmap.c
> +++ b/support/nfsidmap/libnfsidmap.c
> @@ -101,7 +101,7 @@ static void default_logger(const char *fmt, ...)
>  
>  #pragma GCC visibility pop
>  nfs4_idmap_log_function_t idmap_log_func = default_logger;
> -int idmap_verbosity = 2;
> +int idmap_verbosity = 0;
>  #pragma GCC visibility push(hidden)
>  
>  static int id_as_chars(char *name, uid_t *id)
> 


      reply	other threads:[~2019-12-19 18:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-19 17:54 [PATCH] libnfsidmap: Turn off default verbosity Steve Dickson
2019-12-19 18:20 ` Steve Dickson [this message]

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=06c33d98-736a-8a51-312c-617f843e0b94@RedHat.com \
    --to=steved@redhat.com \
    --cc=linux-nfs@vger.kernel.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 NNTP newsgroup(s).