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

Skip to content

Commit dc2bbbe

Browse files
committed
minor revert
1 parent df3cc38 commit dc2bbbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/error/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _errorFields(expression, expressionFields, expressionFieldsList, num=None, e
190190
if kb.fileReadMode and output and output.strip():
191191
print
192192
elif output is not None and not (threadData.resumed and kb.suppressResumeInfo) and not (emptyFields and field in emptyFields):
193-
logger.info("%s: %s" % ("resumed" if threadData.resumed else "retrieved", safecharencode(output)))
193+
dataToStdout("[%s] [INFO] %s: %s\n" % (time.strftime("%X"), "resumed" if threadData.resumed else "retrieved", safecharencode(output)))
194194

195195
if isinstance(num, int):
196196
expression = origExpr

0 commit comments

Comments
 (0)