[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.10.0805170551290.5409@localhost.localdomain>
Date: Sat, 17 May 2008 05:53:11 -0400 (EDT)
From: "Robert P. J. Day" <rpjday@...shcourse.ca>
To: netdev@...r.kernel.org, Karsten Keil <kkeil@...e.de>
Subject: strange inconsistency in printk's
part of the output from one of my scanning scripts:
...
drivers/net/bsd_comp.c: printk ("<9>ppp: lens_ptr(%d) > max\n", idx);
drivers/net/bsd_comp.c: printk ("<9>ppp: dict_ptr(%d) > max\n", idx);
drivers/isdn/i4l/isdn_bsdcomp.c: printk (KERN_DEBUG "<9>ppp: lens_ptr(%d) > max\n", idx);
drivers/isdn/i4l/isdn_bsdcomp.c: printk (KERN_DEBUG "<9>ppp: dict_ptr(%d) > max\n", idx);
...
is there a reason that a pair of those have a printk level of
KERN_DEBUG while the others don't? it just looks a bit weird.
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists