mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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);
|
||||
message << request.instance_id
|
||||
<< ": IEditController::getParamValueByString(id = "
|
||||
<< request.id << ", string = " << param_title
|
||||
<< ", &valueNormalized)";
|
||||
<< request.id << ", string = \"" << param_title
|
||||
<< "\", &valueNormalized)";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user