mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 04:50:14 +02:00
Update notifications for yabridge 4.0
This commit is contained in:
@@ -81,7 +81,8 @@ void log_init_exception(const std::exception& error,
|
||||
// above message
|
||||
send_notification(
|
||||
"Failed to initialize VST3 plugin",
|
||||
error.what() + "\nCheck the plugin's output for more information"s,
|
||||
error.what() +
|
||||
"\nCheck the plugin's output in a terminal for more information"s,
|
||||
plugin_path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user