strange inconsistency in printk's
From: Robert P. J. Day <hidden>
Date: 2008-05-17 09:53:16
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
========================================================================