mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix YaPlugView::IsPlatformTypeSupported logging
Even though this branch will never be hit.
This commit is contained in:
@@ -357,6 +357,8 @@ bool Vst3Logger::log_request(
|
||||
if (request.type == Steinberg::kPlatformTypeX11EmbedWindowID) {
|
||||
message << "\" (will be translated to \""
|
||||
<< Steinberg::kPlatformTypeHWND << "\")";
|
||||
} else {
|
||||
message << "\"";
|
||||
}
|
||||
message << ")";
|
||||
});
|
||||
@@ -371,6 +373,8 @@ bool Vst3Logger::log_request(bool is_host_vst,
|
||||
if (request.type == Steinberg::kPlatformTypeX11EmbedWindowID) {
|
||||
message << "\" (will be translated to \""
|
||||
<< Steinberg::kPlatformTypeHWND << "\")";
|
||||
} else {
|
||||
message << "\"";
|
||||
}
|
||||
message << ")";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user