Skip to content

Commit fe365f7

Browse files
committed
Fix: Log the correct device id
1 parent 0a1d724 commit fe365f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2760,7 +2760,7 @@ impl<'ctx> CoreStreamData<'ctx> {
27602760
}
27612761
cubeb_log!(
27622762
"Output device ID: {} (aggregate: {:?})",
2763-
self.input_device.id,
2763+
self.output_device.id,
27642764
output_is_aggregate
27652765
);
27662766
}

0 commit comments

Comments
 (0)