mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix typo in log message
This commit is contained in:
@@ -425,5 +425,5 @@ void Vst3Logger::log_response(bool is_host_vst,
|
|||||||
|
|
||||||
void Vst3Logger::log_response(bool is_host_vst, const Configuration&) {
|
void Vst3Logger::log_response(bool is_host_vst, const Configuration&) {
|
||||||
log_response_base(is_host_vst,
|
log_response_base(is_host_vst,
|
||||||
[&](auto& message) { message << "<Configuration"; });
|
[&](auto& message) { message << "<Configuration>"; });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user