diff --git a/src/core/object.cc b/src/core/object.cc index 375782dd5..2b33b0e02 100644 --- a/src/core/object.cc +++ b/src/core/object.cc @@ -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 ();