зеркало из https://github.com/mozilla/pjs.git
add a debugging printf.
This commit is contained in:
Родитель
b24ad0f01b
Коммит
95447e565d
|
@ -410,6 +410,9 @@ nsMsgLocalMailFolder::GetSubFolders(nsIEnumerator* *result)
|
|||
}
|
||||
}
|
||||
else {
|
||||
#ifdef DEBUG
|
||||
printf("server type is = %s\n",type);
|
||||
#endif /* DEBUG */
|
||||
NS_ASSERTION(0,"error, don't know about this server type yet.\n");
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче