* libmisc/audit_help.c: Added one string for translation.
* po/POTFILES.in: Added libmisc/audit_help.c, libmisc/find_new_gid.c, libmisc/find_new_uid.c, libmisc/getlong.c, libmisc/getrange.c, libmisc/xgetXXbyYY.c, and libmisc/yesno.c. Removed libmisc/find_new_ids.c
This commit is contained in:
@ -56,7 +56,8 @@ void audit_help_open (void)
|
||||
if (errno == EINVAL || errno == EPROTONOSUPPORT ||
|
||||
errno == EAFNOSUPPORT)
|
||||
return;
|
||||
fprintf (stderr, "Cannot open audit interface - aborting.\n");
|
||||
fprintf (stderr,
|
||||
_("Cannot open audit interface - aborting.\n"));
|
||||
exit (1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user