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

Commit 4eff8ae

Browse files
Making the log entry a bit more parseable
1 parent 096d169 commit 4eff8ae

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 GitHubForUnity:v{0} Unity:v{1}", ApplicationInfo.Version, Environment.UnityVersion);
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)