Skip to content

Commit e143e87

Browse files
committed
Add device info to the placeholder in the vpio log
1 parent 45a6ff1 commit e143e87

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
@@ -3267,7 +3267,8 @@ impl<'ctx> CoreStreamData<'ctx> {
32673267
cubeb_log!(
32683268
"Input device {} is on the VPIO force list because it is built in, \
32693269
and its volume is known to be very low without VPIO whenever VPIO \
3270-
is hooked up to it elsewhere."
3270+
is hooked up to it elsewhere.",
3271+
id
32713272
);
32723273
true
32733274
}

0 commit comments

Comments
 (0)