On Wed, Feb 26, 2014 at 11:35:23AM -0800, m silverstri wrote:
> I am using 'pr_debug()' to print debug statements. But I don't see
> anything in my serial console. But when I use pr_info(), I see the
> debug statements.
> Do I need to do anything to see pr_debug()?

add this to the top of the file (before the includes)

#define DEBUG


on my system the output goes to /var/log/debug


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to