Skip to content

Commit

Permalink
Merge pull request #738 from greenbone/mergify/bp/openvas-21.04/pr-734
Browse files Browse the repository at this point in the history
Fix log message (backport #734)
  • Loading branch information
jjnicola committed May 18, 2021
2 parents cae925e + c301ab3 commit 106a206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Check for wrong names or values in the script_xrefs params.
[#650](https://github.com/greenbone/openvas/pull/650)
[#653](https://github.com/greenbone/openvas/pull/653)
- Log a message if the scanner did not launch all plugins against a host. [#700](https://github.com/greenbone/openvas/pull/700)
- Log a message if the scanner did not launch all plugins against a host.
[#700](https://github.com/greenbone/openvas/pull/700)
[#734](https://github.com/greenbone/openvas/pull/734)

### Changed
- Replace bogus data with a better message and the vendor. [#665](https://github.com/greenbone/openvas/pull/665)
Expand Down
2 changes: 1 addition & 1 deletion src/attack.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ attack_host (struct scan_globals *globals, struct in6_addr *ip, GSList *vhosts,

host_died:
if (all_plugs_launched == 0 && !scan_is_stopped ())
g_message ("Vulnerability scan %s started for host %s: not all plugins "
g_message ("Vulnerability scan %s for host %s: not all plugins "
"were launched",
globals->scan_id, ip_str);
pluginlaunch_stop ();
Expand Down

0 comments on commit 106a206

Please sign in to comment.