Skip to content

Commit a5a51c8

Browse files
committed
Updated logging message
1 parent 8526c4d commit a5a51c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Compare_Deployments.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function Compare-NSGRules {
6767
$nMatched += 1
6868
if ($VerboseLogging) { Add-LogMessage -Level Info "Found matching rule for $($benchmarkRule.Name)" }
6969
} else {
70-
Add-LogMessage -Level Error "Could not find matching rule for $($benchmarkRule.Name)"
70+
Add-LogMessage -Level Error "Could not find an identical rule for $($benchmarkRule.Name)"
7171
$unmatched += $benchmarkRule.Name
7272
$benchmarkRule | Out-String
7373
Add-LogMessage -Level Info "Closest match was:"

0 commit comments

Comments
 (0)