diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-12 17:02:35 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-12 17:02:35 +0000 |
commit | 6a0c1de213cb8475ee435ff216f4037080926378 (patch) | |
tree | 088bc5b6e06d693ad8ca3eba078c0f3a8e302a24 /messages.c | |
parent | 7b40def2e7abcaa81d71d4bc7717d184c329eb2d (diff) | |
download | busybox-w32-6a0c1de213cb8475ee435ff216f4037080926378.tar.gz busybox-w32-6a0c1de213cb8475ee435ff216f4037080926378.tar.bz2 busybox-w32-6a0c1de213cb8475ee435ff216f4037080926378.zip |
Always report the applet name when doing error reporting.
git-svn-id: svn://busybox.net/trunk/busybox@831 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'messages.c')
-rw-r--r-- | messages.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/messages.c b/messages.c index cb8de4077..f2374eeb5 100644 --- a/messages.c +++ b/messages.c | |||
@@ -57,10 +57,10 @@ | |||
57 | BB_DEF_MESSAGE(not_a_directory, "%s: %s: not a directory\n") | 57 | BB_DEF_MESSAGE(not_a_directory, "%s: %s: not a directory\n") |
58 | #endif | 58 | #endif |
59 | #if defined bb_need_memory_exhausted || ! defined BB_DECLARE_EXTERN | 59 | #if defined bb_need_memory_exhausted || ! defined BB_DECLARE_EXTERN |
60 | BB_DEF_MESSAGE(memory_exhausted, "%s: memory exhausted\n") | 60 | BB_DEF_MESSAGE(memory_exhausted, "memory exhausted\n") |
61 | #endif | 61 | #endif |
62 | #if defined bb_need_invalid_date || ! defined BB_DECLARE_EXTERN | 62 | #if defined bb_need_invalid_date || ! defined BB_DECLARE_EXTERN |
63 | BB_DEF_MESSAGE(invalid_date, "%s: invalid date `%s'\n") | 63 | BB_DEF_MESSAGE(invalid_date, "invalid date `%s'\n") |
64 | #endif | 64 | #endif |
65 | #if defined bb_need_invalid_option || ! defined BB_DECLARE_EXTERN | 65 | #if defined bb_need_invalid_option || ! defined BB_DECLARE_EXTERN |
66 | BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n") | 66 | BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n") |