зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Tweak formatting of logging statement in imgRequest. r=me
--HG-- extra : rebase_source : de9e5b0dd153c3b11011e5bbdd413a7f99d62b05
This commit is contained in:
Родитель
c8dacbe8af
Коммит
358dbb3a3e
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче