summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-02-03 21:16:20 +0000
committerMiles Bader <miles@gnu.org>1996-02-03 21:16:20 +0000
commitfbefe8a40f257fdc955ae1a0235f2b8fe77c7ffb (patch)
tree2ef3d0a10f023d8d251efbf8a82a05b58ad4f2a0 /ext2fs
parent8ae21a74b0ff86da7d5a3bcf705b7d182d83fc7a (diff)
(_ext2_warning): Include `warning:' in message.
Diffstat (limited to 'ext2fs')
-rw-r--r--ext2fs/msg.c4
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);