summaryrefslogtreecommitdiff
path: root/ext2fs/ext2_fs.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-26 22:49:34 +0000
committerMiles Bader <miles@gnu.org>1995-04-26 22:49:34 +0000
commit521cb7c0846cf3c5b6f05c228510278c4c6fa293 (patch)
tree7fe12c4a390f622cb9079d024a31a3ccd89c4882 /ext2fs/ext2_fs.h
parent40e006ab62e89da4ecb65386d01cc0bb43ec086d (diff)
Formerly ext2_fs.h.~13~
Diffstat (limited to 'ext2fs/ext2_fs.h')
-rw-r--r--ext2fs/ext2_fs.h2
1 files changed, 1 insertions, 1 deletions
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...) /**/