From 521cb7c0846cf3c5b6f05c228510278c4c6fa293 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 26 Apr 1995 22:49:34 +0000 Subject: Formerly ext2_fs.h.~13~ --- ext2fs/ext2_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2fs/ext2_fs.h') diff --git a/ext2fs/ext2_fs.h b/ext2fs/ext2_fs.h index 01cf1579..c622ec7f 100644 --- a/ext2fs/ext2_fs.h +++ b/ext2fs/ext2_fs.h @@ -63,7 +63,7 @@ typedef signed char s8; */ #ifdef EXT2FS_DEBUG # define ext2_debug(f, a...) \ - { printf ("ext2fs DEBUG %s:%d: %s: ", __FILE__, __LINE__, __FUNCTION__); + { printf ("ext2fs: DEBUG %s:%d: %s: ", __FILE__, __LINE__, __FUNCTION__); \ printf (f, ## a); } #else # define ext2_debug(f, a...) /**/ -- cgit v1.2.3