2
0
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:
John Johansen
2010-08-04 09:52:54 -07:00
parent 62f2e7f06e
commit 5c8051994b

View File

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