No bug - Tweak formatting of logging statement in imgRequest. r=me

--HG--
extra : rebase_source : de9e5b0dd153c3b11011e5bbdd413a7f99d62b05
This commit is contained in:
Seth Fowler 2015-07-09 09:21:17 -07:00
Родитель c8dacbe8af
Коммит 358dbb3a3e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -948,8 +948,8 @@ PrepareForNewPart(nsIRequest* aRequest, nsIInputStream* aInStr, uint32_t aCount,
if (NS_FAILED(rv)) {
MOZ_LOG(GetImgLog(),
LogLevel::Error, ("imgRequest::PrepareForNewPart "
"-- Content type unavailable from the channel\n"));
LogLevel::Error, ("imgRequest::PrepareForNewPart -- "
"Content type unavailable from the channel\n"));
return result;
}
}