mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
VST3: fix debug message
This commit is contained in:
parent
9bc35232b3
commit
e6dd5512b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue