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

Commit 5c467f4

Browse files
Tweaking the message a bit
1 parent 8f41ecd commit 5c467f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ private static void Initialize()
5151
Logging.Error(ex, "Error rotating log files");
5252
}
5353

54-
Debug.Log("Initialized GitHub for Unity version " + ApplicationInfo.Version + " and Unity log file: " + logPath);
54+
Debug.LogFormat("Initialized GitHub for Unity version {0}{1}Log file: {2}", ApplicationInfo.Version, Environment.NewLine, logPath);
5555
}
56+
5657
Logging.LogAdapter = new FileLogAdapter(logPath);
5758
Logging.Info("Initializing GitHub for Unity version " + ApplicationInfo.Version);
5859

0 commit comments

Comments
 (0)