Fix for bug 7401. Made error message more descriptive.

This commit is contained in:
nisheeth%netscape.com 1999-06-11 23:13:03 +00:00
Родитель c62e745099
Коммит 9130f4f6ec
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1529,7 +1529,7 @@ NS_METHOD nsDocumentBindInfo::OnStopBinding(nsIURL* aURL, nsresult aStatus,
aURL->GetSpec(&url);
else
url = "";
cerr << "Load of URL '" << url << "' failed. Error code: "
cerr << "nsDocumentBindInfo::OnStopBinding: Load of URL '" << url << "' failed. Error code: "
<< NS_ERROR_GET_CODE(aStatus) << "\n";
}

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

@ -1529,7 +1529,7 @@ NS_METHOD nsDocumentBindInfo::OnStopBinding(nsIURL* aURL, nsresult aStatus,
aURL->GetSpec(&url);
else
url = "";
cerr << "Load of URL '" << url << "' failed. Error code: "
cerr << "nsDocumentBindInfo::OnStopBinding: Load of URL '" << url << "' failed. Error code: "
<< NS_ERROR_GET_CODE(aStatus) << "\n";
}