commit | 5e12416927975aa3c58394cea15db6c3e488a033 | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Tue Dec 06 12:11:31 2011 -0700 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jan 13 09:32:15 2012 +1030 |
tree | 267635bb138364dcb8f30de00c2d5f21dc5bcf63 | |
parent | bd77c04772da38fca510c81f78e51f727123b919 [diff] |
module: replace DEBUGP with pr_debug Use more flexible pr_debug. This allows: echo "module module +p" > /dbg/dynamic_debug/control to turn on debug messages when needed. Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>