Fix wrong direction in cached VST3 call logging

This commit is contained in:
Robbert van der Helm
2021-05-02 15:47:11 +02:00
parent be984b342d
commit a83ff5a36a
2 changed files with 2 additions and 1 deletions
@@ -293,7 +293,7 @@ Vst3PluginProxyImpl::getBusInfo(Steinberg::Vst::MediaType type,
bridge.logger.log_request(true, request);
if (log_response) {
bridge.logger.log_response(
true,
false,
YaComponent::GetBusInfo::Response{
.result = Steinberg::kResultOk, .bus = it->second},
true);