Make NavData cache exception silent
This commit is contained in:
parent
0243b996fe
commit
c31d8c4e65
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue