mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1233566: Drop unnecessary newline character from NS_WARNING in nsPersistentProperties. r=froydnj
This commit is contained in:
parent
28acaab079
commit
1dc6fda8b6
@ -528,7 +528,7 @@ nsPersistentProperties::SetStringProperty(const nsACString& aKey,
|
||||
|
||||
if (entry->mKey) {
|
||||
aOldValue = entry->mValue;
|
||||
NS_WARNING(nsPrintfCString("the property %s already exists\n",
|
||||
NS_WARNING(nsPrintfCString("the property %s already exists",
|
||||
flatKey.get()).get());
|
||||
} else {
|
||||
aOldValue.Truncate();
|
||||
|
Loading…
Reference in New Issue
Block a user