From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: clvmd always sets debug level to DEBUG_SYSLOG
Date: Fri, 19 Oct 2012 15:39:52 +0200 [thread overview]
Message-ID: <50815828.90309@redhat.com> (raw)
In-Reply-To: <20121019143301.4cc7e9ac@coolcat.suse.cz>
Dne 19.10.2012 14:33, Robert Milasan napsal(a):
> Hello,
> just realized now that in clvmd.c debugging level is set wrong due to
> using the wrong variable in clvmd_set_debug.
>
> If a user run clvmd -d0, usually this means no debugging or DEBUG_OFF,
> but 0 argument is saved in debug_arg and debugging level is set using
> debug_opt in clvmd_set_debug:
>
> # cat clvmd.c |grep clvmd_set_debug
> clvmd_set_debug(debug_opt);
>
> and it suppose to be: clvmd_set_debug(debug_arg)
>
> Here is the patch:
>
Thanks for noticing, the patch (in a bit updated version) pushed upstream.
(https://www.redhat.com/archives/lvm-devel/2012-October/msg00166.html)
Zdenek
next prev parent reply other threads:[~2012-10-19 13:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-19 12:33 clvmd always sets debug level to DEBUG_SYSLOG Robert Milasan
2012-10-19 13:39 ` Zdenek Kabelac [this message]
2012-10-19 13:46 ` Robert Milasan
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=50815828.90309@redhat.com \
--to=zkabelac@redhat.com \
--cc=lvm-devel@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.