Fix: Log the correct device id
This commit is contained in:
Родитель
5933a1edc7
Коммит
385f0ead74
|
@ -2745,7 +2745,7 @@ impl<'ctx> CoreStreamData<'ctx> {
|
||||||
}
|
}
|
||||||
cubeb_log!(
|
cubeb_log!(
|
||||||
"Output device ID: {} (aggregate: {:?})",
|
"Output device ID: {} (aggregate: {:?})",
|
||||||
self.input_device.id,
|
self.output_device.id,
|
||||||
output_is_aggregate
|
output_is_aggregate
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче