]> p2p-next.cs.pub.ro Git - swifty.git/blobdiff - src/kernel/debug.h
Update cherry-pick
[swifty.git] / src / kernel / debug.h
index ae4d31af4323d3840ba4c2afac499fa32246153f..d886812d6f037fe1eb4f0dc1f3145013ac9a4a29 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _SWIFT_DEBUG_H
-#define _SWIFT_DEBUG_H
+#ifndef _MPTP_DEBUG_H
+#define _MPTP_DEBUG_H
 
 #define log_error(...) printk(KERN_ERR "SWIF-ERROR : " __VA_ARGS__)
 
-#if 1
+#if 0
 
 #define log_debug(...) printk(KERN_DEBUG "SWIF-DEBUG : " __VA_ARGS__)