Skip to content

Commit d2ef2ca

Browse files
committed
Improve client kit logging.
1 parent 2e68f68 commit d2ef2ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OSVR-Unity/Assets/OSVRUnity/src/ClientKit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private void EnsureStarted()
5959
Debug.LogError("OSVR ClientKit instance needs AppID set to a reverse-order DNS name! Using dummy name...");
6060
AppID = "org.opengoggles.osvr-unity.dummy";
6161
}
62-
Debug.Log("Starting OSVR with app ID: " + AppID);
62+
Debug.Log("[OSVR] Starting with app ID: " + AppID);
6363
contextObject = new OSVR.ClientKit.ClientContext(AppID, 0);
6464
}
6565
}

0 commit comments

Comments
 (0)