Skip to content

Commit

Permalink
Test logging SlimeVR#4 and possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meister1593 committed Mar 22, 2023
1 parent db64893 commit 5517d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TrackerDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void SlimeVRDriver::TrackerDevice::PositionMessage(messages::Position &position)
{
if (this->device_index_ == vr::k_unTrackedDeviceIndexInvalid)
return;
GetDriver()->Log("Device index updating: " + this->serial_ + " , index: " + this->device_index_);
GetDriver()->Log("Device index updating: " + this->serial_ + " , index: " + std::string(this->device_index_));

// Setup pose for this frame
auto pose = this->last_pose_;
Expand Down

0 comments on commit 5517d72

Please sign in to comment.