mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Make BusInfo logging more verbose
This commit is contained in:
@@ -1083,7 +1083,10 @@ void Vst3Logger::log_response(bool is_host_vst,
|
||||
log_response_base(is_host_vst, [&](auto& message) {
|
||||
message << response.result.string();
|
||||
if (response.result == Steinberg::kResultOk) {
|
||||
message << ", <BusInfo>";
|
||||
message << ", <BusInfo for \""
|
||||
<< VST3::StringConvert::convert(response.updated_bus.name)
|
||||
<< "\" with " << response.updated_bus.channelCount
|
||||
<< " channels>";
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user