зеркало из https://github.com/mozilla/pjs.git
Fix logging message to reflect reality. Followup to bug 703197
This commit is contained in:
Родитель
b8621ffdb4
Коммит
bff5ffc48f
|
@ -3594,7 +3594,7 @@ DocumentViewerImpl::Print(nsIPrintSettings* aPrintSettings,
|
|||
}
|
||||
|
||||
if (!mDocument || !mDeviceContext) {
|
||||
PR_PL(("Can't Print without pres shell, document etc"));
|
||||
PR_PL(("Can't Print without a document and a device context"));
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче