1
0
Fork 0

Fix macro name

This commit is contained in:
Robbert van der Helm 2022-06-14 19:12:28 +02:00
parent be081f75ee
commit f30fe0dbc2

View file

@ -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(_) => {