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

Commit 8aa5b73

Browse files
authored
Merge pull request #88 from github-for-unity/fixes/metrics-service-log-error
Fixing log output
2 parents 567660c + fca117c commit 8aa5b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Metrics/UsageTracker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public void IncrementLaunchCount()
175175

176176
public static void SetMetricsService(IMetricsService instance)
177177
{
178-
Logger.Trace("SetMetricsService instance:{1}", instance?.ToString() ?? "Null");
178+
Logger.Trace("SetMetricsService instance:{0}", instance?.ToString() ?? "Null");
179179
metricsService = instance;
180180
}
181181

0 commit comments

Comments
 (0)