Skip to content

Commit

Permalink
Change: Improve log message for getting the feed version
Browse files Browse the repository at this point in the history
Rework the message to a less harsh tone. Nothing has failed yet. Just
ospd-openvas is not ready because it is still reading the vt data for
example.

(cherry picked from commit 662b8a7)
  • Loading branch information
bjoernricks authored and mergify-bot committed Mar 4, 2022
1 parent c9affb5 commit 0fdb018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql_nvts.c
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ osp_scanner_feed_version (const gchar *update_socket)
if (osp_get_vts_version (connection, &scanner_feed_version, &error))
{
if (error && strcmp (error, "OSPd OpenVAS is still starting") == 0)
g_info ("%s: failed to get scanner_feed_version. %s",
g_info ("%s: No feed version available yet. %s",
__func__, error);
else
g_warning ("%s: failed to get scanner_feed_version. %s",
Expand Down

0 comments on commit 0fdb018

Please sign in to comment.