mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix query interface log message
This commit is contained in:
@@ -33,7 +33,7 @@ Vst3PluginProxyImpl::queryInterface(const Steinberg::TUID _iid, void** obj) {
|
|||||||
// TODO: Successful queries should also be logged
|
// TODO: Successful queries should also be logged
|
||||||
const tresult result = Vst3PluginProxy::queryInterface(_iid, obj);
|
const tresult result = Vst3PluginProxy::queryInterface(_iid, obj);
|
||||||
if (result != Steinberg::kResultOk) {
|
if (result != Steinberg::kResultOk) {
|
||||||
bridge.logger.log_unknown_interface("In IComponent::queryInterface()",
|
bridge.logger.log_unknown_interface("In FUnknown::queryInterface()",
|
||||||
Steinberg::FUID::fromTUID(_iid));
|
Steinberg::FUID::fromTUID(_iid));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user