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

Reducing noise in UsageTracker error

parent 3fdec18a
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ namespace GitHub.Unity
}
catch (Exception ex)
{
Logger.Warning(ex, "Error Sending Usage");
Logger.Warning("Error Sending Usage Exception Type:{0} Message:{1}", ex.GetType().ToString(), ex.Message);
}
}
......
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