diff options
Diffstat (limited to 'ext2fs/msg.c')
-rw-r--r-- | ext2fs/msg.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <miles@gnu.ai.mit.edu> @@ -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); |