Skip to content

Commit 3885c7a

Browse files
committed
Reflect previous code change in log message
1 parent d5d7be0 commit 3885c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FeatureFlags.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function Test-FeatureConditions
246246
Write-Verbose "random: ${random}. Checking against ${probability}"
247247
if($random -ge $condition.probability)
248248
{
249-
Write-Verbose "Probability condition not met: ${random} > ${probability}"
249+
Write-Verbose "Probability condition not met: ${random} ${probability}"
250250
return $false
251251
}
252252
} else {

0 commit comments

Comments
 (0)