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

Commit

Permalink
Merge branch 'fixes/metrics-service-log-error' into fixes/refactor-view
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Jul 3, 2017
2 parents 7852b1d + fca117c commit 18a4999
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 18a4999

Please sign in to comment.