Fix level of terrasync start/stop messages
This commit is contained in:
parent
99c159d46e
commit
afad224ca0
@ -970,12 +970,12 @@ void SGTerraSync::update(double)
|
|||||||
if (enabled && !worker_running)
|
if (enabled && !worker_running)
|
||||||
{
|
{
|
||||||
reinit();
|
reinit();
|
||||||
SG_LOG(SG_TERRASYNC, SG_ALERT, "Terrasync started");
|
SG_LOG(SG_TERRASYNC, SG_MANDATORY_INFO, "Terrasync started");
|
||||||
}
|
}
|
||||||
else if (!enabled && worker_running)
|
else if (!enabled && worker_running)
|
||||||
{
|
{
|
||||||
reinit();
|
reinit();
|
||||||
SG_LOG(SG_TERRASYNC, SG_ALERT, "Terrasync stopped");
|
SG_LOG(SG_TERRASYNC, SG_MANDATORY_INFO, "Terrasync stopped");
|
||||||
}
|
}
|
||||||
TerrasyncThreadState copiedState(_workerThread->threadsafeCopyState());
|
TerrasyncThreadState copiedState(_workerThread->threadsafeCopyState());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user