add bug # to the assertion, so people know where to add info if they can reproduce this.

git-svn-id: svn://10.0.0.236/trunk@65674 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-04-12 06:22:14 +00:00
parent 25fe7656b0
commit 12c1e01ae5
2 changed files with 2 additions and 2 deletions

View File

@@ -1450,7 +1450,7 @@ nsresult nsMsgMessageDataSource::GetThreadsFirstMessage(nsIMsgThread *thread, ns
if(NS_FAILED(rv))
return rv;
NS_ASSERTION(firstHdr,"firstHdr is null");
NS_ASSERTION(firstHdr,"firstHdr is null. can you reproduce this? add info to bug #35567");
if (!firstHdr) return NS_ERROR_FAILURE;
rv = folder->CreateMessageFromMsgDBHdr(firstHdr, message);

View File

@@ -1966,7 +1966,7 @@ NS_IMETHODIMP nsImapMailFolder::CreateMessageFromMsgDBHdr(nsIMsgDBHdr *msgDBHdr,
nsMsgKey key;
nsCOMPtr<nsIRDFResource> res;
NS_ASSERTION(msgDBHdr,"msgDBHdr is null");
NS_ASSERTION(msgDBHdr,"msgDBHdr is null. can you reproduce this? add info to bug #35567");
if (!msgDBHdr) return NS_ERROR_NULL_POINTER;
rv = msgDBHdr->GetMessageKey(&key);