mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix typo in IEditController::setComponentState log
This commit is contained in:
@@ -272,7 +272,7 @@ void Vst3Logger::log_request(
|
||||
log_request_base(is_host_vst, [&](auto& message) {
|
||||
message << "<IEditController* #" << request.instance_id
|
||||
<< ">::setComponentState(state = <IBStream* containing "
|
||||
<< request.state.size() << "bytes>)";
|
||||
<< request.state.size() << " bytes>)";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user