Fix typo in log message

This commit is contained in:
Robbert van der Helm
2020-12-17 18:51:32 +01:00
parent 9bad0eb50f
commit 96c630e608
+1 -1
View File
@@ -367,7 +367,7 @@ void Vst3Logger::log_response(
}
num_output_channels << "]";
message << "<AudioBusBuffers array with "
message << ", <AudioBusBuffers array with "
<< num_output_channels.str() << " channels>";
if (response.output_data.output_parameter_changes) {