Skip to content

Commit 4a03991

Browse files
nenioscioFedeDP
authored andcommitted
Update plugins/container/src/plugin.cpp
Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Signed-off-by: Klaus Wagner <nenioscio@gmail.com>
1 parent b58dd18 commit 4a03991

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/container/src/plugin.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,7 @@ void my_plugin::on_new_process(const falcosecurity::table_entry& thread_entry,
390390
m_logger.log(
391391
fmt::format("failed to ask the plugin to fetch "
392392
"info for "
393-
"container {}, removing from asked "
394-
"containers to allow retry",
393+
"container {}",
395394
container_id),
396395
falcosecurity::_internal::SS_PLUGIN_LOG_SEV_DEBUG);
397396
}

0 commit comments

Comments
 (0)