зеркало из https://github.com/mozilla/pjs.git
Change printf to say nsMsgMailboxParser instead of nsMsgMailboxParserStub.
This commit is contained in:
Родитель
1e08c3d9a1
Коммит
6949c5d61c
|
@ -48,7 +48,7 @@ NS_IMETHODIMP nsMsgMailboxParser::OnStartBinding(nsIURL* aURL, const char *aCont
|
|||
// the URL should be queried for a nsIMailboxURL. If it doesn't support a mailbox URL interface then
|
||||
// we have an error.
|
||||
nsIMailboxUrl *runningUrl;
|
||||
printf("\n+++ nsMsgMailboxParserStub::OnStartBinding: URL: %p, Content type: %s\n", aURL, aContentType);
|
||||
printf("\n+++ nsMsgMailboxParser::OnStartBinding: URL: %p, Content type: %s\n", aURL, aContentType);
|
||||
|
||||
nsresult rv = aURL->QueryInterface(nsIMailboxUrl::GetIID(), (void **)&runningUrl);
|
||||
if (NS_SUCCEEDED(rv) && runningUrl)
|
||||
|
|
Загрузка…
Ссылка в новой задаче