fix debug build bustage (from bug 322128)

This commit is contained in:
cbiesinger%web.de 2006-01-05 18:03:09 +00:00
Родитель a2604cb165
Коммит c3d7007a30
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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?");