Switch a message to MANDATORY_INFO
This commit is contained in:
parent
b38271f9ae
commit
59e87d0570
1 changed files with 1 additions and 1 deletions
|
@ -1456,7 +1456,7 @@ void NavDataCache::doRebuild()
|
|||
}
|
||||
|
||||
#ifdef SG_WINDOWS
|
||||
SG_LOG(SG_NAVCACHE, SG_ALERT, "SKIPPING POI load on Windows");
|
||||
SG_LOG(SG_NAVCACHE, SG_MANDATORY_INFO, "SKIPPING POI load on Windows");
|
||||
#else
|
||||
{
|
||||
Transaction txn(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue