Skip to content

Commit 10ae9a0

Browse files
committed
Warn when signature cannot be properly inferred from configuration
1 parent a135e29 commit 10ae9a0

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
@@ -368,6 +368,8 @@ private string NormalizeUserSetting(bool shouldThrowIfNotFound, string entryName
368368
throw new LibGit2SharpException(message);
369369
}
370370

371+
Log.Write(LogLevel.Warning, message);
372+
371373
return defaultValue();
372374
}
373375

0 commit comments

Comments
 (0)