diff --git a/src/common/logging/vst3.h b/src/common/logging/vst3.h index d978b464..c321d61a 100644 --- a/src/common/logging/vst3.h +++ b/src/common/logging/vst3.h @@ -139,6 +139,10 @@ class Vst3Logger { /** * Log a request with a standard prefix based on the boolean flag we pass to * every logging function so we don't have to repeat it everywhere. + * + * TODO: Make these logging messages return a boolean based on whether or + * not it was filtered out. Don't show the responses for filtered out + * messages. */ template F> void log_request_base(bool is_host_vst,