Skip to content

Commit

Permalink
Change: Change the log level of duplicate results and host details
Browse files Browse the repository at this point in the history
Changed the log level of duplicate results and report host details
from info to debug level.
  • Loading branch information
a-h-abdelsalam authored and timopollmeier committed Apr 25, 2024
1 parent ea3b12f commit c5dc893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -30879,7 +30879,7 @@ check_osp_result_exists (report_t report, task_t task,
quoted_port, severity_double,
qod_int, quoted_path))
{
g_info ("Captured duplicate result, report: %llu hash_value: %s",
g_debug ("Captured duplicate result, report: %llu hash_value: %s",
report, *entity_hash_value);
g_debug ("Entity string: %s", entity_string->str);
return_value = 1;
Expand Down Expand Up @@ -30949,7 +30949,7 @@ check_host_detail_exists (report_t report, const char *host, const char *s_type,
report_host, *detail_hash_value, quoted_s_type,
quoted_s_name, quoted_s_desc, quoted_name, quoted_value))
{
g_info ("Captured duplicate report host detail, report: %llu hash_value: %s",
g_debug ("Captured duplicate report host detail, report: %llu hash_value: %s",
report, *detail_hash_value);
g_debug ("Hash string: %s", hash_string);
return_value = 1;
Expand Down

0 comments on commit c5dc893

Please sign in to comment.