projects
/
swifty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9207b82
)
Change the default log level to error in the kernel module.
author
Adrian Bondrescu
<adi.bondrescu@gmail.com>
Sun, 20 May 2012 16:51:18 +0000
(19:51 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Mon, 18 Mar 2013 16:26:51 +0000
(18:26 +0200)
src/kernel/debug.h
patch
|
blob
|
history
diff --git
a/src/kernel/debug.h
b/src/kernel/debug.h
index
ae4d31a
..
978b6c9
100644
(file)
--- 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__)