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:
darin%netscape.com
2002-10-01 04:43:57 +00:00
parent cc7de0cf9d
commit b8aad0f494
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.