Hi all,
Hi all,
I am little stuck understanding this piece of code below and the way its been working
Question: since KERN_INFO = 6 # which is msg_log_level
and as per codemsg_log_level < console_loglevel
this line of printk is not supposed to show up in the dmesg log ? but it is showing up . Why