Adding printfs for bug isolation purposes. Part of bug 11638, 11716 fixes. Rev by gayatri. Approved by Chris Yeh.

This commit is contained in:
racham%netscape.com 1999-08-12 20:25:09 +00:00
Родитель 0620b1eb87
Коммит 794cee16c3
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -307,6 +307,8 @@ int main1(int argc, char* argv[])
if (nsnull == urlstr){
#if defined(NS_USING_PROFILES)
printf("Profile Manager : Command Line Options : Begin\n");
// check for command line arguments for profile manager
//
// -P command line option works this way:
@ -426,6 +428,8 @@ int main1(int argc, char* argv[])
}
}
printf("Profile Manager : Command Line Options : End\n");
#endif // defined(NS_USING_PROFILES)
rv = cmdLineArgs->GetCmdLineValue("-edit", &cmdResult);
@ -599,6 +603,10 @@ int main1(int argc, char* argv[])
}
#if defined (NS_USING_PROFILES)
printf("Profile Manager : Profile Wizard and Manager activites : Begin\n");
/*
* If default profile is current, launch CreateProfile Wizard.
*/
@ -682,6 +690,7 @@ int main1(int argc, char* argv[])
if (pregPref && PL_strcmp(isPregInfoSet, "true") != 0)
profileService->ProcessPRegCookie();
}
printf("Profile Manager : Profile Wizard and Manager activites : End\n");
#endif
// Now we have the right profile, read the user-specific prefs.