Bug 388189: console spewage: "(all right -- a generic module!)". r=dougt, sr=benjamin

This commit is contained in:
dolske@mozilla.com 2007-07-16 12:00:14 -07:00
Родитель 789804aeb4
Коммит 5f4fef0329
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -390,7 +390,7 @@ nsGenericModule::RegisterSelf(nsIComponentManager *aCompMgr,
nsresult rv = NS_OK;
#ifdef DEBUG
printf_stderr("*** Registering %s components (all right -- a generic module!)\n", mModuleName);
printf_stderr("*** Registering components in: %s\n", mModuleName);
#endif
const nsModuleComponentInfo* cp = mComponents;
@ -438,7 +438,7 @@ nsGenericModule::UnregisterSelf(nsIComponentManager* aCompMgr,
const char* registryLocation)
{
#ifdef DEBUG
printf_stderr("*** Unregistering %s components (all right -- a generic module!)\n", mModuleName);
printf_stderr("*** Unregistering components in: %s\n", mModuleName);
#endif
const nsModuleComponentInfo* cp = mComponents;
for (PRUint32 i = 0; i < mComponentCount; i++) {