Fix plugin proxy cosntruction response log message

This commit is contained in:
Robbert van der Helm
2020-12-17 22:55:02 +01:00
parent 585d1e736c
commit 7fd488beef
+1 -1
View File
@@ -355,7 +355,7 @@ void Vst3Logger::log_response(bool is_host_vst,
UniversalTResult>& result) {
log_response_base(is_host_vst, [&](auto& message) {
std::visit(overload{[&](const Vst3PluginProxy::ConstructArgs& args) {
message << "<IComponent* #" << args.instance_id
message << "<FUnknown* #" << args.instance_id
<< ">";
},
[&](const UniversalTResult& code) {