printf to remind me to fix #36661

This commit is contained in:
sspitzer%netscape.com 2000-04-21 08:34:34 +00:00
parent 5f4eeb963e
commit 2163121cfb

View File

@ -845,6 +845,10 @@ nsNntpService::CreateNewsAccount(const char *username, const char *hostname, PRB
if (NS_FAILED(rv)) return rv;
if (!accountManager) return NS_ERROR_FAILURE;
#ifdef DEBUG_sspitzer
printf("todo, for bug #36661, are there any accounts? if not, see if you can migrate. if not, popup the wizard for this server?\n");
#endif
nsCOMPtr <nsIMsgAccount> account;
rv = accountManager->CreateAccount(getter_AddRefs(account));
if (NS_FAILED(rv)) return rv;