mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
Make -q quiet can not update cache warnings
This commit is contained in:
@@ -764,7 +764,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