2
0
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:
John Johansen
2009-08-20 23:48:32 +00:00
parent 0320e0e849
commit aced280818
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ) {