Skip to content

Commit

Permalink
Remove duplicated word
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Jan 26, 2021
1 parent cb9d93a commit 31d85e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospd_openvas/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def report_openvas_results(
if len(res_list):
self.scan_collection.add_result_list(scan_id, res_list)
logger.debug(
'%s: Inserting %d results into scan scan collection table',
'%s: Inserting %d results into scan collection table',
scan_id,
len(res_list),
)
Expand Down

0 comments on commit 31d85e5

Please sign in to comment.