Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79c3d6f

Browse files
committed
minor update
1 parent 6acf6b1 commit 79c3d6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,8 +2655,8 @@ def _(value):
26552655
if retVal != content:
26562656
kb.reflectiveCounters[REFLECTIVE_COUNTER.HIT] += 1
26572657
if not suppressWarning:
2658-
debugMsg = "reflective value found and filtered out"
2659-
logger.debug(debugMsg)
2658+
warnMsg = "reflective value(s) found and filtering out"
2659+
singleTimeWarnMessage(warnMsg)
26602660

26612661
elif not kb.testMode and not kb.reflectiveCounters[REFLECTIVE_COUNTER.HIT]:
26622662
kb.reflectiveCounters[REFLECTIVE_COUNTER.MISS] += 1

0 commit comments

Comments
 (0)