src/core/model/config.cc
changeset 7393 8c3dfe0be54d
parent 7219 b7b128801f7c
child 7399 520706f801e8
equal deleted inserted replaced
7392:88230da4bb1a 7393:8c3dfe0be54d
   375     }
   375     }
   376   else 
   376   else 
   377     {
   377     {
   378       // this is a normal attribute.
   378       // this is a normal attribute.
   379       TypeId tid = root->GetInstanceTypeId ();
   379       TypeId tid = root->GetInstanceTypeId ();
   380       struct TypeId::AttributeInfo info;
   380       struct TypeId::AttributeInformation info;
   381       if (!tid.LookupAttributeByName (item, &info))
   381       if (!tid.LookupAttributeByName (item, &info))
   382         {
   382         {
   383           NS_LOG_DEBUG ("Requested item="<<item<<" does not exist on path="<<GetResolvedPath ());
   383           NS_LOG_DEBUG ("Requested item="<<item<<" does not exist on path="<<GetResolvedPath ());
   384           return;
   384           return;
   385         }
   385         }