Fix level of terrasync start/stop messages
This commit is contained in:
committed by
James Turner
parent
5e37c2092a
commit
1ebb0787ad
@@ -969,12 +969,12 @@ void SGTerraSync::update(double)
|
||||
if (enabled && !worker_running)
|
||||
{
|
||||
reinit();
|
||||
SG_LOG(SG_TERRASYNC, SG_ALERT, "Terrasync started");
|
||||
SG_LOG(SG_TERRASYNC, SG_MANDATORY_INFO, "Terrasync started");
|
||||
}
|
||||
else if (!enabled && worker_running)
|
||||
{
|
||||
reinit();
|
||||
SG_LOG(SG_TERRASYNC, SG_ALERT, "Terrasync stopped");
|
||||
SG_LOG(SG_TERRASYNC, SG_MANDATORY_INFO, "Terrasync stopped");
|
||||
}
|
||||
TerrasyncThreadState copiedState(_workerThread->threadsafeCopyState());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user