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