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

Commit 951780b

Browse files
Fixing log message
1 parent 3a0e572 commit 951780b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Platform/ProcessEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void Configure(ProcessStartInfo psi, NPath workingDirectory, bool dontSet
2525
if (!Environment.GitInstallPath.IsInitialized || dontSetupGit)
2626
return;
2727

28-
Logger.Trace("Environment.GitExecutablePath", Environment.GitExecutablePath);
28+
Logger.Trace("Environment.GitExecutablePath: {0}", Environment.GitExecutablePath);
2929

3030
Guard.ArgumentNotNull(psi, "psi");
3131

0 commit comments

Comments
 (0)