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
+1
View File
@@ -118,6 +118,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
in _SWAM Cello_ is now been fixed without requiring any manual compatibility
options.
- Fixed the Wine version detection when using a custom `WINELOADER`.
- Fixed incorrect logging output for cached VST3 function calls.
## [3.1.0] - 2021-04-15
@@ -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);