зеркало из https://github.com/mozilla/pjs.git
Bug 388189: console spewage: "(all right -- a generic module!)". r=dougt, sr=benjamin
This commit is contained in:
Родитель
789804aeb4
Коммит
5f4fef0329
|
@ -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++) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче