mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add missing quotes in IEditController::getParamValueByString() log message
This commit is contained in:
@@ -269,8 +269,8 @@ bool Vst3Logger::log_request(
|
|||||||
std::string param_title = VST3::StringConvert::convert(request.string);
|
std::string param_title = VST3::StringConvert::convert(request.string);
|
||||||
message << request.instance_id
|
message << request.instance_id
|
||||||
<< ": IEditController::getParamValueByString(id = "
|
<< ": IEditController::getParamValueByString(id = "
|
||||||
<< request.id << ", string = " << param_title
|
<< request.id << ", string = \"" << param_title
|
||||||
<< ", &valueNormalized)";
|
<< "\", &valueNormalized)";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user