diff options
Diffstat (limited to 'tracker-steamvr')
-rw-r--r-- | tracker-steamvr/steamvr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp index 15795c0c..605b615b 100644 --- a/tracker-steamvr/steamvr.cpp +++ b/tracker-steamvr/steamvr.cpp @@ -264,7 +264,7 @@ bool steamvr::center() auto* c = vr::VRChaperone(); if (!c) { - eval_once(qDebug() << "vr::VRChaperone == NULL"); + eval_once(qDebug() << "steamvr: vr::VRChaperone == NULL"); return false; } else |