Skip to content

Commit

Permalink
log plugin loading
Browse files Browse the repository at this point in the history
lilydjwg committed Nov 22, 2024
1 parent 785bb35 commit 34196dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/plugin-loader.cpp
Original file line number Diff line number Diff line change
@@ -296,6 +296,7 @@ std::optional<std::string> wf::get_plugin_path_for_name(
auto plugin_path = plugin_prefix / ("lib" + plugin_name + ".so");
if (std::filesystem::exists(plugin_path))
{
LOGI("Returning plugin path: ", plugin_path);
return plugin_path;
}
}

0 comments on commit 34196dd

Please sign in to comment.