Skip to content

Commit 6e5511b

Browse files
committed
Change: Issue a info message if affected products are updated
All messages indicating a start of something should get a end/done message. This allows the user to track the progress.
1 parent da80ee3 commit 6e5511b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/manage_sql_secinfo.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -4090,7 +4090,7 @@ update_scap_affected_products ()
40904090
GString *cve_ids_buffer;
40914091
int count = 0;
40924092

4093-
g_info ("Updating affected products");
4093+
g_info ("Updating affected products ...");
40944094

40954095
init_iterator (&cves_iter,
40964096
"SELECT DISTINCT cve_id FROM scap2.cpe_match_nodes");
@@ -4121,6 +4121,7 @@ update_scap_affected_products ()
41214121
}
41224122
g_free (cve_ids_buffer);
41234123

4124+
g_info ("Updating affected products ... done");
41244125
}
41254126

41264127
/**

0 commit comments

Comments
 (0)