mtd/fs/jffs2 debug.h,1.12,1.13
Artem Bityuckiy
dedekind at infradead.org
Wed Aug 17 09:42:09 EDT 2005
- Previous message: mtd/drivers/mtd/nand nand_base.c,1.148,1.149
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv9446
Modified Files:
debug.h
Log Message:
[JFFS2] make the JFFS2 output a bit nicer
Index: debug.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/debug.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- debug.h 5 Aug 2005 10:43:47 -0000 1.12
+++ debug.h 17 Aug 2005 13:42:06 -0000 1.13
@@ -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/drivers/mtd/nand nand_base.c,1.148,1.149
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list