Skip to content
Snippets Groups Projects
Commit fca117cd authored by Stanley Goldman's avatar Stanley Goldman
Browse files

Fixing log output

parent 9c281219
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ namespace GitHub.Unity
public static void SetMetricsService(IMetricsService instance)
{
Logger.Trace("SetMetricsService instance:{1}", instance?.ToString() ?? "Null");
Logger.Trace("SetMetricsService instance:{0}", instance?.ToString() ?? "Null");
metricsService = instance;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment