Imported Upstream version 1.8.2
[debian/sudo] / plugins / sudoers / auth / sia.c
index 65c6653784179068422df51f94cb90e91dc72cc8..20d0c14aa70008f245fe5e9ca63003ec5bde5706 100644 (file)
@@ -103,7 +103,7 @@ sia_setup(struct passwd *pw, char **promptp, sudo_auth *auth)
     if (sia_ses_init(&siah, sudo_argc, sudo_argv, NULL, pw->pw_name, user_ttypath, 1, NULL) != SIASUCCESS) {
 
        log_error(USE_ERRNO|NO_EXIT|NO_MAIL,
-           "unable to initialize SIA session");
+           _("unable to initialize SIA session"));
        return AUTH_FATAL;
     }