diff --git a/src/common/logging/vst3.h b/src/common/logging/vst3.h index 36d04315..8360b828 100644 --- a/src/common/logging/vst3.h +++ b/src/common/logging/vst3.h @@ -122,7 +122,7 @@ class Vst3Logger { if (is_host_vst) { message << "[host -> vst] >> "; } else { - message << "[vst -> host] >> "; + message << "[host <- vst] >> "; } callback(message); @@ -142,7 +142,7 @@ class Vst3Logger { if (is_host_vst) { message << "[host -> vst] "; } else { - message << "[vst -> host] "; + message << "[host <- vst] "; } callback(message);