Change an aapt "warning" from "*** " to "**** " (from three to four stars).

"*** " (three stars and a space) is the 'magic make error string'; so this change makes it
easier to find the real issues/errors in build logs.  Besides, other aapt messages are "**** ".
This commit is contained in:
Ed Heyl
2010-03-05 11:08:58 -08:00
parent f25269398e
commit 65e185b51e

View File

@ -2369,7 +2369,7 @@ ResourceTable::validateLocalizations(void)
if (configSet.find(region) == configSet.end()) {
if (configSet.count(defaultLocale) == 0) {
fprintf(stdout, "aapt: warning: "
"*** string '%s' has no default or required localization "
"**** string '%s' has no default or required localization "
"for '%s' in %s\n",
String8(nameIter->first).string(),
config.string(),