Bug 709486: Remove prefix "Warning" from xpcom chrome registration warning-message. r=bsmedberg

This commit is contained in:
aceman 2012-01-11 15:43:04 -08:00
parent 4e6806ed48
commit 66aa7b2316

View File

@ -626,7 +626,7 @@ ParseManifest(NSLocationType type, FileLocation &file, char* buf, bool aChromeOn
bool xpcNativeWrappers = true; // Dummy for CheckFlag.
if (CheckFlag(kXPCNativeWrappers, wtoken, xpcNativeWrappers)) {
LogMessageWithContext(file, line,
"Warning: Ignoring obsolete chrome registration modifier '%s'.",
"Ignoring obsolete chrome registration modifier '%s'.",
token);
continue;
}