8000 Warn when signature cannot be properly inferred from configuration · rmunn/libgit2sharp@cf3b806 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf3b806

Browse files
committed
Warn when signature cannot be properly inferred from configuration
1 parent 8a71afe commit cf3b806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibGit2Sharp/Configuration.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ private string NormalizeUserSetting(bool shouldThrowIfNotFound, string entryName
370370
throw new LibGit2SharpException(message);
371371
}
372372

373+
Log.Write(LogLevel.Warning, message);
374+
373375
return defaultValue();
374376
}
375377

0 commit comments

Comments
 (0)
0