Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 7, 2023
1 parent e1dd832 commit c0cb46c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private void Time(string[] command, Action action)
finally
{
DateTime end = DateTime.Now;
_logger.LogTrace($"[{end - start}] {string.Join(" ", command)}", "git command time");
_logger.LogTrace("git command '{command}' time took {duration}", string.Join(" ", command), end - start);
}
}

Expand Down

0 comments on commit c0cb46c

Please sign in to comment.