mtd/fs/jffs2 debug.h,1.13,1.14
Artem Bityuckiy
dedekind at infradead.org
Wed Aug 17 09:49:02 EDT 2005
- Previous message: mtd/fs/jffs2 dir.c, 1.87, 1.88 gc.c, 1.152, 1.153 nodelist.h, 1.137,
1.138 readinode.c, 1.139, 1.140 write.c, 1.94, 1.95
- Next message: mtd/fs/jffs2 nodelist.c,1.109,1.110
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv9496
Modified Files:
debug.h
Log Message:
[JFFS2] Nicify JFFS2 output
Sorry, the first commit was wrong :-(
Index: debug.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/debug.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- debug.h 17 Aug 2005 13:42:06 -0000 1.13
+++ debug.h 17 Aug 2005 13:48:59 -0000 1.14
@@ -68,28 +68,28 @@
#define JFFS2_ERROR(fmt, ...) \
do { \
printk(JFFS2_ERR_LVL JFFS2_ERR_MSG_PREFIX \
- " %d (%s): " fmt, current->pid, \
+ " (%d) %s: " fmt, current->pid, \
__FUNCTION__, ##__VA_ARGS__); \
} while(0)
#define JFFS2_WARNING(fmt, ...) \
do { \
printk(JFFS2_WARN_LVL JFFS2_WARN_MSG_PREFIX \
- " %d (%s): " fmt, current->pid, \
+ " (%d) %s: " fmt, current->pid, \
__FUNCTION__, ##__VA_ARGS__); \
} while(0)
#define JFFS2_NOTICE(fmt, ...) \
do { \
printk(JFFS2_NOTICE_LVL JFFS2_NOTICE_MSG_PREFIX \
- " %d (%s): " fmt, current->pid, \
+ " (%d) %s: " fmt, current->pid, \
__FUNCTION__, ##__VA_ARGS__); \
} while(0)
#define JFFS2_DEBUG(fmt, ...) \
do { \
printk(JFFS2_DBG_LVL JFFS2_DBG_MSG_PREFIX \
- " %d (%s): " fmt, current->pid, \
+ " (%d) %s: " fmt, current->pid, \
__FUNCTION__, ##__VA_ARGS__); \
} while(0)
- Previous message: mtd/fs/jffs2 dir.c, 1.87, 1.88 gc.c, 1.152, 1.153 nodelist.h, 1.137,
1.138 readinode.c, 1.139, 1.140 write.c, 1.94, 1.95
- Next message: mtd/fs/jffs2 nodelist.c,1.109,1.110
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list