Change the default log level to error in the kernel module.
authorAdrian Bondrescu <adi.bondrescu@gmail.com>
Sun, 20 May 2012 16:51:18 +0000 (19:51 +0300)
committerAdrian Bondrescu <adi.bondrescu@gmail.com>
Sun, 20 May 2012 16:51:18 +0000 (19:51 +0300)
src/kernel/debug.h

index ae4d31a..978b6c9 100644 (file)
@@ -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__)