Adjust verbosity of several log messages

This commit is contained in:
Thomas Krijnen
2018-12-29 12:34:32 +01:00
parent 2c8a79e186
commit e6f523a2b8
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -523,6 +523,6 @@ void SvgSerializer::setFile(IfcParse::IfcFile* f) {
}
}
Logger::Error("No building storeys encountered, output might be invalid or missing");
Logger::Warning("No building storeys encountered, output might be invalid or missing");
}
}