We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e68f68 commit d2ef2caCopy full SHA for d2ef2ca
1 file changed
OSVR-Unity/Assets/OSVRUnity/src/ClientKit.cs
@@ -59,7 +59,7 @@ private void EnsureStarted()
59
Debug.LogError("OSVR ClientKit instance needs AppID set to a reverse-order DNS name! Using dummy name...");
60
AppID = "org.opengoggles.osvr-unity.dummy";
61
}
62
- Debug.Log("Starting OSVR with app ID: " + AppID);
+ Debug.Log("[OSVR] Starting with app ID: " + AppID);
63
contextObject = new OSVR.ClientKit.ClientContext(AppID, 0);
64
65
0 commit comments