From 0a3b46fdf5318c72deff27cf99e395be6993b120 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sat, 1 Mar 2008 20:41:08 +0100 Subject: [PATCH] improve debugging output. --- src/core/object.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();