Move MPTP ports to 16bit. Until now they were on 8bit.
[swifty.git] / src / kernel / debug.h
index d886812..68b8642 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef _MPTP_DEBUG_H
 #define _MPTP_DEBUG_H
 
-#define log_error(...) printk(KERN_ERR "SWIF-ERROR : " __VA_ARGS__)
+#define log_error(...) printk(KERN_ERR "MPTP-ERROR : " __VA_ARGS__)
 
 #if 0
 
-#define log_debug(...) printk(KERN_DEBUG "SWIF-DEBUG : " __VA_ARGS__)
+#define log_debug(...) printk(KERN_DEBUG "MPTP-DEBUG : " __VA_ARGS__)
 
 #else