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

Commit

Permalink
Merge pull request #88 from github-for-unity/fixes/metrics-service-lo…
Browse files Browse the repository at this point in the history
…g-error

Fixing log output
  • Loading branch information
shana authored Jul 5, 2017
2 parents 567660c + fca117c commit 8aa5b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitHub.Api/Metrics/UsageTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void IncrementLaunchCount()

public static void SetMetricsService(IMetricsService instance)
{
Logger.Trace("SetMetricsService instance:{1}", instance?.ToString() ?? "Null");
Logger.Trace("SetMetricsService instance:{0}", instance?.ToString() ?? "Null");
metricsService = instance;
}

Expand Down

0 comments on commit 8aa5b73

Please sign in to comment.