From 2163121cfb8310a4145f051288991b007118cbf8 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Fri, 21 Apr 2000 08:34:34 +0000 Subject: [PATCH] printf to remind me to fix #36661 --- mailnews/news/src/nsNntpService.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mailnews/news/src/nsNntpService.cpp b/mailnews/news/src/nsNntpService.cpp index b5d9ca3cc932..c06b21c68efa 100644 --- a/mailnews/news/src/nsNntpService.cpp +++ b/mailnews/news/src/nsNntpService.cpp @@ -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 account; rv = accountManager->CreateAccount(getter_AddRefs(account)); if (NS_FAILED(rv)) return rv;