Skip to content

Commit

Permalink
Improve result message
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Fischer <christian.fischer@greenbone.net>
  • Loading branch information
mattmundell and cfi-gb authored Apr 17, 2023
1 parent f1688e6 commit c3b6a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,7 @@ launch_osp_openvas_task (task_t task, target_t target, const char *scan_id,

if (empty) {
if (error)
*error = g_strdup ("Exiting because VT list is empty");
*error = g_strdup ("Exiting because VT list is empty (e.g. feed not synced yet)");
g_slist_free_full (osp_targets, (GDestroyNotify) osp_target_free);
// Credentials are freed with target
g_slist_free_full (vts, (GDestroyNotify) osp_vt_single_free);
Expand Down

0 comments on commit c3b6a8e

Please sign in to comment.