Added a skidmark when a content viewer cannot be found for a given content-type...

git-svn-id: svn://10.0.0.236/trunk@14072 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com 1998-11-04 08:49:05 +00:00
parent a15efa757c
commit 8e0bea5308
2 changed files with 2 additions and 0 deletions

View File

@ -1293,6 +1293,7 @@ NS_METHOD nsDocumentBindInfo::OnStartBinding(nsIURL* aURL, const char *aContentT
}
if (NS_OK != rv) {
printf("DocLoaderFactory: Unable to create ContentViewer for content-type: %s\n", aContentType);
goto done;
}

View File

@ -1293,6 +1293,7 @@ NS_METHOD nsDocumentBindInfo::OnStartBinding(nsIURL* aURL, const char *aContentT
}
if (NS_OK != rv) {
printf("DocLoaderFactory: Unable to create ContentViewer for content-type: %s\n", aContentType);
goto done;
}