mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
SvgSerializer: Fix error message logic
If we have no storeys *and* we didn't find any suitable fall-back, then the error message makes sense.
This commit is contained in:
committed by
Thomas Krijnen
parent
b6b41e920f
commit
c419885329
@@ -390,7 +390,7 @@ void SvgSerializer::setFile(IfcParse::IfcFile* f) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Logger::Error("No building storeys encountered, output might be invalid or missing");
|
||||
}
|
||||
Logger::Error("No building storeys encountered, output might be invalid or missing");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user