1
0
Fork 0

Make NavData cache exception silent

This commit is contained in:
James Turner 2021-06-16 14:41:30 +01:00
parent 0243b996fe
commit c31d8c4e65

View file

@ -337,7 +337,7 @@ public:
int schemaVersion = outer->readIntProperty("schema-version");
if (schemaVersion != SCHEMA_VERSION) {
SG_LOG(SG_NAVCACHE, SG_INFO, "Navcache schema mismatch, will rebuild");
throw sg_exception("Navcache schema has changed");
throw sg_exception("Navcache schema has changed", {}, {}, false);
}
}