Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0f4efef

Browse files
Adding Unity version to the log file
1 parent c8d6db5 commit 0f4efef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/EntryPoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private static void Initialize()
6262
}
6363

6464
Logging.LogAdapter = new FileLogAdapter(logPath);
65-
Logging.Info("Initializing GitHub for Unity version " + ApplicationInfo.Version);
65+
Logging.Info("Initializing GitHubForUnity:v{0} Unity:v{1}", ApplicationInfo.Version, Environment.UnityVersion);
6666

6767
ApplicationManager.Run(ApplicationCache.Instance.FirstRun);
6868
}

0 commit comments

Comments
 (0)