Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acf6b1 commit 79c3d6fCopy full SHA for 79c3d6f
1 file changed
lib/core/common.py
@@ -2655,8 +2655,8 @@ def _(value):
2655
if retVal != content:
2656
kb.reflectiveCounters[REFLECTIVE_COUNTER.HIT] += 1
2657
if not suppressWarning:
2658
- debugMsg = "reflective value found and filtered out"
2659
- logger.debug(debugMsg)
+ warnMsg = "reflective value(s) found and filtering out"
+ singleTimeWarnMessage(warnMsg)
2660
2661
elif not kb.testMode and not kb.reflectiveCounters[REFLECTIVE_COUNTER.HIT]:
2662
kb.reflectiveCounters[REFLECTIVE_COUNTER.MISS] += 1
0 commit comments