mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-03-26 19:31:14 +01:00
Progress redirected
Full text log goes right into log file.
This commit is contained in:
@@ -24,7 +24,7 @@ def report_progress(session, junit_logger):
|
||||
plan_another_report(session, junit_logger, ConfigurationManager.get_reporting_interval())
|
||||
|
||||
message = create_report_message(session)
|
||||
print(message, file=sys.stderr)
|
||||
print(message)
|
||||
else:
|
||||
plan_another_report(session, junit_logger, DID_FUZZING_STARTED_CHECKS_TIME_INTERVAL_IN_SECONDS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user