Skip to content

Commit

Permalink
fixup: Shorten thread name (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradBkd authored Jul 18, 2024
1 parent ad5753e commit ea1557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SilKit/source/services/orchestration/TimeSyncService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ void TimeSyncService::StartWallClockCouplingThread()
_wallClockCouplingThreadRunning = true;
_wallClockCouplingThread = std::thread{[this]() {

SilKit::Util::SetThreadName("SilKit-WallClockCoupling");
SilKit::Util::SetThreadName("SK-WallClkSync");

const auto startTime = std::chrono::steady_clock::now();
auto nextAnimatedWallClockSyncPoint = _timeConfiguration.NextSimStep().duration * _animationFactor;
Expand Down

0 comments on commit ea1557c

Please sign in to comment.