Fix: Log the correct device id

This commit is contained in:
Andreas Pehrson 2024-02-19 17:35:06 +01:00 коммит произвёл Andreas Pehrson
Родитель 5933a1edc7
Коммит 385f0ead74
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2745,7 +2745,7 @@ impl<'ctx> CoreStreamData<'ctx> {
}
cubeb_log!(
"Output device ID: {} (aggregate: {:?})",
self.input_device.id,
self.output_device.id,
output_is_aggregate
);
}