mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
VST3 scan: don't clutter log with bus-info messages
This commit is contained in:
parent
839400f438
commit
ce46b791ea
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ count_channels (Vst::IComponent* c, Vst::MediaType media, Vst::BusDirection dir,
|
|||
}
|
||||
} else if (verbose && rv == kResultTrue) {
|
||||
PBD::info << "VST3: \\ ignored bus: " << i << " mismatched type: " << fmt_type (bus.busType) << endmsg;
|
||||
} else {
|
||||
} else if (verbose) {
|
||||
PBD::info << "VST3: \\ error getting busInfo for bus: " << i << " rv: " << rv << ", got type: " << fmt_type (bus.busType) << endmsg;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue