Imported Upstream version 1.8.2
[debian/sudo] / plugins / sudoers / iolog_path.c
index 74f5fdff175cd619a190262c06973d8a848e8b34..7a4ee7e4f062ebdc3f2ffeedf808afb63b5d8318 100644 (file)
@@ -242,7 +242,7 @@ expand_iolog_path(const char *prefix, const char *dir, const char *file,
 
 #ifdef HAVE_SETLOCALE
        if (!setlocale(LC_ALL, def_sudoers_locale)) {
-           warningx("unable to set locale to \"%s\", using \"C\"",
+           warningx(_("unable to set locale to \"%s\", using \"C\""),
                def_sudoers_locale);
            setlocale(LC_ALL, "C");
        }