mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 709486: Remove prefix "Warning" from xpcom chrome registration warning-message. r=bsmedberg
This commit is contained in:
parent
4e6806ed48
commit
66aa7b2316
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user