Add debug statement for timeline time updated

This commit is contained in:
Dan Paulat 2023-05-24 00:13:07 -05:00
parent ab42772f37
commit 5500b2f4c2

View file

@ -180,6 +180,8 @@ void TimelineManager::Impl::SelectTime(
// If the time was found, select it
adjustedTime_ = *elementPtr;
logger_->debug("Time updated: {}", adjustedTime_);
emit self_->TimeUpdated(adjustedTime_);
}
}