13
0

Downgrade "using all channels" warning to info message

This commit is contained in:
Robin Gareus 2020-01-24 21:16:40 +01:00
parent cbbbf76934
commit f9e7f10695
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -892,7 +892,7 @@ AlsaAudioBackend::_start (bool for_latency_measurement)
} else {
_n_inputs = std::min (_n_inputs, _pcmi->ncapt ());
}
PBD::warning << _("AlsaAudioBackend: adjusted input channel count to match device.") << endmsg;
PBD::info << _("AlsaAudioBackend: adjusted input channel count to match device.") << endmsg;
}
if (_pcmi->fsize() != _samples_per_period) {