mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 00:35:13 +00:00
Make cache warning respect the quiet flag
This commit is contained in:
@@ -548,7 +548,7 @@ int process_profile(int option, char *profilename)
|
||||
}
|
||||
}
|
||||
else {
|
||||
PERROR("%s: cannot use or update cache, disable, or force-complain via stdin\n", progname);
|
||||
pwarn("%s: cannot use or update cache, disable, or force-complain via stdin\n", progname);
|
||||
}
|
||||
|
||||
if ( profilename && option != OPTION_REMOVE ) {
|
||||
|
Reference in New Issue
Block a user