improve debugging output.

This commit is contained in:
Mathieu Lacage
2008-03-01 20:41:08 +01:00
parent af58f11739
commit 0a3b46fdf5

View File

@@ -1068,7 +1068,7 @@ Object::Construct (const AttributeList &attributes)
// No matching attribute value so we set the default value.
paramSpec->Set (this, initial);
NS_LOG_DEBUG ("construct \""<< tid.GetName ()<<"::"<<
tid.GetAttributeName (i)<<"\" from local");
tid.GetAttributeName (i)<<"\" from initial value.");
}
}
tid = tid.GetParent ();