[PATCH 8/9] add debug command line option
Ray Strode
halfline at gmail.com
Mon Feb 23 13:55:31 PST 2009
Hi,
On Mon, Feb 23, 2009 at 3:35 PM, <william.jon.mccann at gmail.com> wrote:
> From: William Jon McCann <jmccann at redhat.com>
>
> Used to override the kernel command line and enabled debugging
Makes sense.
[...]
> + if (debug)
> + ply_toggle_tracing ();
> +
Should be:
if (debug && !ply_is_tracing ())
otherwise it will do the wrong thing if debugging is turned on from
the kernel command line.
I thought I already had this, but maybe I only did it in the client or
did it on a throwaway branch or something.
--Ray
More information about the plymouth
mailing list