fix debug build bustage (from bug 322128)

git-svn-id: svn://10.0.0.236/trunk@186995 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de 2006-01-05 18:03:09 +00:00
parent a29b0ef4d4
commit 430f534268

View File

@ -704,8 +704,8 @@ nsObjectLoadingContent::LoadObject(const nsAString& aURI,
const nsCString& aTypeHint,
PRBool aForceLoad)
{
LOG(("OBJLC [%p]: Loading object: URI string=<%s> notify=%i type=<%s> forcetype=%i forceload=%i\n",
this, NS_ConvertUTF16toUTF8(aURI).get(), aNotify, aTypeHint.get(), aForceType, aForceLoad));
LOG(("OBJLC [%p]: Loading object: URI string=<%s> notify=%i type=<%s> forceload=%i\n",
this, NS_ConvertUTF16toUTF8(aURI).get(), aNotify, aTypeHint.get(), aForceLoad));
NS_ASSERTION(!mInstantiating, "LoadObject was reentered?");