
7 Mar
2009
7 Mar
'09
2:08 a.m.
On Tue, Feb 17, 2009 at 8:45 PM, Kumar Gala galak@kernel.crashing.org wrote:
Converted print statements that didn't have much meaning beyond debug from printf() to debug().
Signed-off-by: Kumar Gala galak@kernel.crashing.org
I decided to solve this by removing the printfs. They aren't really useful for debugging, unless you're debugging the problems I already solved using them. :) They should have been removed before I committed the code.
Andy