make chrome debug registration messages more readable r/sr=mozbot
git-svn-id: svn://10.0.0.236/trunk@130874 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2252,7 +2252,7 @@ nsChromeRegistry::InstallProvider(const nsACString& aProviderType,
|
||||
{
|
||||
// XXX don't allow local chrome overrides of install chrome!
|
||||
#ifdef DEBUG
|
||||
printf("*** Chrome Registration of %s: Checking for contents.rdf at %s\n", PromiseFlatCString(aProviderType).get(), PromiseFlatCString(aBaseURL).get());
|
||||
printf("*** Chrome Registration of %-7s: Checking for contents.rdf at %s\n", PromiseFlatCString(aProviderType).get(), PromiseFlatCString(aBaseURL).get());
|
||||
#endif
|
||||
|
||||
// Load the data source found at the base URL.
|
||||
|
||||
@@ -2252,7 +2252,7 @@ nsChromeRegistry::InstallProvider(const nsACString& aProviderType,
|
||||
{
|
||||
// XXX don't allow local chrome overrides of install chrome!
|
||||
#ifdef DEBUG
|
||||
printf("*** Chrome Registration of %s: Checking for contents.rdf at %s\n", PromiseFlatCString(aProviderType).get(), PromiseFlatCString(aBaseURL).get());
|
||||
printf("*** Chrome Registration of %-7s: Checking for contents.rdf at %s\n", PromiseFlatCString(aProviderType).get(), PromiseFlatCString(aBaseURL).get());
|
||||
#endif
|
||||
|
||||
// Load the data source found at the base URL.
|
||||
|
||||
Reference in New Issue
Block a user