From 31d85e5875a98190c25a77c29c451f713e429882 Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Tue, 26 Jan 2021 08:13:15 +0100 Subject: [PATCH] Remove duplicated word --- ospd_openvas/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospd_openvas/daemon.py b/ospd_openvas/daemon.py index 23cc47df..25a906f2 100644 --- a/ospd_openvas/daemon.py +++ b/ospd_openvas/daemon.py @@ -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), )