From fbefe8a40f257fdc955ae1a0235f2b8fe77c7ffb Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 3 Feb 1996 21:16:20 +0000 Subject: (_ext2_warning): Include `warning:' in message. --- ext2fs/msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext2fs/msg.c') diff --git a/ext2fs/msg.c b/ext2fs/msg.c index 97e8184d..4cc55a97 100644 --- a/ext2fs/msg.c +++ b/ext2fs/msg.c @@ -1,6 +1,6 @@ /* Message printing functions - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Converted for ext2fs by Miles Bader @@ -83,7 +83,7 @@ void _ext2_warning (const char * function, const char * fmt, ...) vsprintf (error_buf, fmt, args); va_end (args); - fprintf (stderr, "ext2fs: %s: %s: %s\n", + fprintf (stderr, "ext2fs: %s: warning: %s: %s\n", diskfs_device_arg, function, error_buf); mutex_unlock(&printf_lock); -- cgit v1.2.3