Skip to content

Commit

Permalink
chore: fix incorrect log
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Jul 23, 2024
1 parent 5d8905c commit 4b7c739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommonLib/LdapUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ public bool GetDomain(out Domain domain) {
if (!result.IsSuccess) {
_log.LogWarning(
"Could not find certificate template with {PropertyName}:{PropertyValue}: {Error}",
propertyName, propertyName, result.Error);
propertyName, propertyValue, result.Error);
return (false, null);
}

Expand Down

0 comments on commit 4b7c739

Please sign in to comment.