VST3: fix debug message

This commit is contained in:
Robin Gareus 2025-08-25 21:36:54 +02:00
parent 9bc35232b3
commit e6dd5512b6
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -2954,7 +2954,7 @@ VST3PI::getContextInfoString (Vst::TChar* string, int32 max_len, FIDString id)
}
utf8_to_tchar (string, ac->get_user_string (), max_len);
}
DEBUG_TRACE (DEBUG::VST3Callbacks, string_compose ("VST3PI::getContextInfoValue<string> %1 = %2\n", id, tchar_to_utf8 (string)));
DEBUG_TRACE (DEBUG::VST3Callbacks, string_compose ("VST3PI::getContextInfoString<string> %1 = %2\n", id, tchar_to_utf8 (string)));
return kResultOk;
}