This commit is contained in:
Thomas Krijnen
2017-08-01 16:45:11 +02:00
parent d10efe69cd
commit aa0a6aa5d1
12 changed files with 222 additions and 42 deletions
+2 -1
View File
@@ -142,8 +142,9 @@ namespace IfcGeom {
} else {
try {
oss << "product-" << IfcParse::IfcGlobalId(guid).formatted();
} catch (const std::exception&) {
} catch (const std::exception& e) {
oss << "product";
Logger::Error(e);
}
}