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:
Anders Granskogen Bjørnstad
2017-11-08 16:37:57 +01:00
committed by Thomas Krijnen
parent b6b41e920f
commit c419885329
+3 -3
View File
@@ -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");
}
}