Bug 1233566: Drop unnecessary newline character from NS_WARNING in nsPersistentProperties. r=froydnj

This commit is contained in:
Daniel Holbert 2015-12-17 15:07:08 -08:00
parent 28acaab079
commit 1dc6fda8b6

View File

@ -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();