mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Mention the exact function name in todo message
This commit is contained in:
@@ -32,7 +32,8 @@ Vst3ComponentHandlerProxyImpl::queryInterface(const Steinberg::TUID _iid,
|
||||
// TODO: Successful queries should also be logged
|
||||
const tresult result = Vst3ComponentHandlerProxy::queryInterface(_iid, obj);
|
||||
if (result != Steinberg::kResultOk) {
|
||||
std::cerr << "TODO: Implement unknown interface logging on Wine side"
|
||||
std::cerr << "TODO: Implement unknown interface logging on Wine side "
|
||||
"for Vst3ComponentHandlerProxyImpl::queryInterface"
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,8 @@ Vst3HostContextProxyImpl::queryInterface(const Steinberg::TUID _iid,
|
||||
// TODO: Successful queries should also be logged
|
||||
const tresult result = Vst3HostContextProxy::queryInterface(_iid, obj);
|
||||
if (result != Steinberg::kResultOk) {
|
||||
std::cerr << "TODO: Implement unknown interface logging on Wine side"
|
||||
std::cerr << "TODO: Implement unknown interface logging on Wine side "
|
||||
"for Vst3HostContextProxyImpl::queryInterface"
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user