mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
update parser to use HAS_X macros
This commit is contained in:
@@ -128,7 +128,7 @@ void pwarn(char *fmt, ...)
|
||||
if (conf_quiet || names_only || option == OPTION_REMOVE)
|
||||
return;
|
||||
|
||||
rc = asprintf(&newfmt, "Warning (%s line %d): %s",
|
||||
rc = asprintf(&newfmt, _("Warning (%s line %d): %s"),
|
||||
profilename ? profilename : "stdin",
|
||||
current_lineno,
|
||||
fmt);
|
||||
|
Reference in New Issue
Block a user