diff --git a/src/common/logging/vst3.cpp b/src/common/logging/vst3.cpp index 9702f7fd..ce667512 100644 --- a/src/common/logging/vst3.cpp +++ b/src/common/logging/vst3.cpp @@ -1200,7 +1200,8 @@ void Vst3Logger::log_response(bool is_host_vst, message << ", "; + << " channels, type = " << response.updated_bus.busType + << ", flags = " << response.updated_bus.flags << ">"; } }); }