summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tracker-steamvr/steamvr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp
index f2aacb73..5a68dafc 100644
--- a/tracker-steamvr/steamvr.cpp
+++ b/tracker-steamvr/steamvr.cpp
@@ -159,7 +159,7 @@ tt device_list::vr_init_()
if (v)
std::atexit(vr::VR_Shutdown);
else
- once_only(qDebug() << "steamvr: init failure" << error << device_list::strerror(error));
+ qDebug() << "steamvr: init failure" << error << device_list::strerror(error);
return tt(v, error);
}