diff --git a/mailnews/local/src/nsLocalMailFolder.cpp b/mailnews/local/src/nsLocalMailFolder.cpp index 0f63b23a89a..baced038a76 100644 --- a/mailnews/local/src/nsLocalMailFolder.cpp +++ b/mailnews/local/src/nsLocalMailFolder.cpp @@ -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"); } }