diff options
Diffstat (limited to 'locale/programs/ld-identification.c')
-rw-r--r-- | locale/programs/ld-identification.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/locale/programs/ld-identification.c b/locale/programs/ld-identification.c index 957f12caaa..b14db505ed 100644 --- a/locale/programs/ld-identification.c +++ b/locale/programs/ld-identification.c @@ -128,8 +128,9 @@ identification_finish (struct localedef_t *locale, struct charmap_t *charmap) empty one. */ if (identification == NULL) { - error (0, 0, _("No definition for %s category found"), - "LC_IDENTIFICATION"); + if (! be_quiet) + error (0, 0, _("No definition for %s category found"), + "LC_IDENTIFICATION"); identification_startup (NULL, locale, 0); identification = locale->categories[LC_IDENTIFICATION].identification; |