Skip to content

Commit

Permalink
update(userspace/libsinsp): lower log severity for failed scap_get_fd…
Browse files Browse the repository at this point in the history
…list

Signed-off-by: Lorenzo Susini <[email protected]>
  • Loading branch information
loresuso authored and poiana committed Oct 20, 2023
1 parent b48ca3f commit 923f3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/parsers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4948,7 +4948,7 @@ void sinsp_parser::parse_rw_exit(sinsp_evt *evt)
// with the new file descriptors.
if (scap_get_fdlist(m_inspector->m_h, scap_tinfo) != SCAP_SUCCESS)
{
g_logger.format(sinsp_logger::SEV_ERROR, "scap_get_fdlist failed, proc table will not be updated with new fds.");
g_logger.format(sinsp_logger::SEV_DEBUG, "scap_get_fdlist failed, proc table will not be updated with new fds.");
}

scap_proc_free(m_inspector->m_h, scap_tinfo);
Expand Down

0 comments on commit 923f3d3

Please sign in to comment.