Skip to content
Snippets Groups Projects
Commit 35113646 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2678: Let RTDB_PropertySet report in which propertyset a requested property can't be found

parent 4643fcc5
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ RTDBPropertySet::Property* RTDBPropertySet::_getProperty (const string& propName
return (PMiter->second);
}
ASSERTSTR(false, "Property " << propName << " not in the PropertySet"); //REO
ASSERTSTR(false, "Property " << propName << " not in the PropertySet " << itsScope); //REO
return (0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment