App: Change element name warning to log
This commit is contained in:
committed by
Benjamin Nauck
parent
0ad8b1184e
commit
4e132ec936
@@ -469,9 +469,9 @@ bool PropertyLinkBase::_updateElementReference(DocumentObject* feature,
|
||||
const auto& newName =
|
||||
elementName.newName.size() ? elementName.newName : elementName.oldName;
|
||||
if (oldName != newName) {
|
||||
FC_WARN(propertyName(this)
|
||||
<< " auto change element reference " << ret->getFullName() << " "
|
||||
<< oldName << " -> " << newName);
|
||||
FC_LOG(propertyName(this)
|
||||
<< " auto change element reference " << ret->getFullName() << " "
|
||||
<< oldName << " -> " << newName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user