diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-13 16:21:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-13 16:21:59 +0200 |
commit | 233fe0ea64a53cc6426a88e1543a354698ba8304 (patch) | |
tree | 14f753e37111db2f341e5b9d15a392078a9cc962 /tracker-steamvr | |
parent | 02daf097d8c22449288e1ea287776b5e4e6920f2 (diff) |
tracker/steamvr: fix debug message prefix
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 |