mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Make -q quiet can not update cache warnings
This commit is contained in:
parent
62f2e7f06e
commit
5c8051994b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue