From: Adrian Bondrescu Date: Sun, 20 May 2012 16:51:51 +0000 (+0300) Subject: Merge branch 'master' of http://p2p-next.cs.pub.ro/git/p2p-next/swifty X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=e9be450a4196310b4a28a5edc07356bcbe25212a;hp=67906e1c2c1b863e6ead844caa8922241dccfb04;p=swifty.git Merge branch 'master' of p2p-next.cs.pub.ro/git/p2p-next/swifty --- diff --git a/src/kernel/debug.h b/src/kernel/debug.h index ae4d31a..978b6c9 100644 --- a/src/kernel/debug.h +++ b/src/kernel/debug.h @@ -3,7 +3,7 @@ #define log_error(...) printk(KERN_ERR "SWIF-ERROR : " __VA_ARGS__) -#if 1 +#if 0 #define log_debug(...) printk(KERN_DEBUG "SWIF-DEBUG : " __VA_ARGS__)