This commit is contained in:
sspitzer%netscape.com 2000-01-15 09:30:34 +00:00
Родитель b24ad0f01b
Коммит 95447e565d
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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");
}
}