Fix logging message to reflect reality. Followup to bug 703197

This commit is contained in:
Boris Zbarsky 2011-11-20 11:09:25 +13:00
Родитель b8621ffdb4
Коммит bff5ffc48f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;
}