Skip to content

Commit

Permalink
Test log SlimeVR#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Meister1593 committed Mar 21, 2023
1 parent 9bfe871 commit 2728ea6
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 @@ -44,7 +44,7 @@ void SlimeVRDriver::TrackerDevice::Update()

void SlimeVRDriver::TrackerDevice::PositionMessage(messages::Position &position)
{
fprintf(stderr, "Device index updating: %d", this->device_index_);
GetDriver()->Log("Device index updating: " + this->device_index_);
if (this->device_index_ == vr::k_unTrackedDeviceIndexInvalid)
return;

Expand Down

0 comments on commit 2728ea6

Please sign in to comment.