Skip to content

Commit 0fec3f9

Browse files
committed
Add device info to the placeholder in the vpio log
1 parent 8bce3b3 commit 0fec3f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3268,7 +3268,8 @@ impl<'ctx> CoreStreamData<'ctx> {
32683268
cubeb_log!(
32693269
"Input device {} is on the VPIO force list because it is built in, \
32703270
and its volume is known to be very low without VPIO whenever VPIO \
3271-
is hooked up to it elsewhere."
3271+
is hooked up to it elsewhere.",
3272+
id
32723273
);
32733274
true
32743275
}

0 commit comments

Comments
 (0)