mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix macro name
This commit is contained in:
@@ -72,7 +72,7 @@ pub fn nih_export_standalone_with_args<P: Plugin, Args: IntoIterator<Item = Stri
|
||||
match config.backend {
|
||||
config::BackendType::Auto => match backend::Jack::new(P::NAME, config.clone()) {
|
||||
Ok(backend) => {
|
||||
nih_info!("Using the JACK backend");
|
||||
nih_log!("Using the JACK backend");
|
||||
run_wrapper::<P, _>(backend, config)
|
||||
}
|
||||
Err(_) => {
|
||||
|
||||
Reference in New Issue
Block a user