mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix clap_plugin_factory logging meesage
This commit is contained in:
@@ -54,7 +54,7 @@ void ClapLogger::log_response(
|
||||
const clap::plugin_factory::ListResponse& response) {
|
||||
return log_response_base(is_host_plugin, [&](auto& message) {
|
||||
if (response.descriptors) {
|
||||
message << "<clap_plugin_factory containing "
|
||||
message << "<clap_plugin_factory* containing "
|
||||
<< response.descriptors->size() << " plugin descriptors>";
|
||||
} else {
|
||||
message << "<not supported>";
|
||||
|
||||
Reference in New Issue
Block a user