Skip to content

Commit

Permalink
minor revert
Browse files Browse the repository at this point in the history
  • Loading branch information
bdamele committed Feb 3, 2013
1 parent df3cc38 commit dc2bbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/techniques/error/use.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _errorFields(expression, expressionFields, expressionFieldsList, num=None, e
if kb.fileReadMode and output and output.strip():
print
elif output is not None and not (threadData.resumed and kb.suppressResumeInfo) and not (emptyFields and field in emptyFields):
logger.info("%s: %s" % ("resumed" if threadData.resumed else "retrieved", safecharencode(output)))
dataToStdout("[%s] [INFO] %s: %s\n" % (time.strftime("%X"), "resumed" if threadData.resumed else "retrieved", safecharencode(output)))

if isinstance(num, int):
expression = origExpr
Expand Down

0 comments on commit dc2bbbe

Please sign in to comment.