diff --git a/src/common/logging/vst3.cpp b/src/common/logging/vst3.cpp index bcdd4930..63962128 100644 --- a/src/common/logging/vst3.cpp +++ b/src/common/logging/vst3.cpp @@ -1083,7 +1083,10 @@ void Vst3Logger::log_response(bool is_host_vst, log_response_base(is_host_vst, [&](auto& message) { message << response.result.string(); if (response.result == Steinberg::kResultOk) { - message << ", "; + message << ", "; } }); }