Skip to content

Commit ae8982c

Browse files
committed
wip
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent 0ff53d0 commit ae8982c

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
@@ -80,8 +80,7 @@ bool my_plugin::init(falcosecurity::init_input& in)
8080
auto cfg = nlohmann::json::parse(in.get_config());
8181
parse_init_config(cfg);
8282

83-
m_logger.log("init the plugin",
84-
falcosecurity::_internal::SS_PLUGIN_LOG_SEV_DEBUG);
83+
m_logger.log("init the plugin, version: " + PLUGIN_VERSION);
8584

8685
m_mgr = std::make_unique<matcher_manager>(m_cfg.engines);
8786

0 commit comments

Comments
 (0)