mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-26 14:41:23 +00:00
video: remove redundant .to_string() in log::debug
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
parent
6d6e874ed4
commit
3f9711863d
@ -346,7 +346,7 @@ impl VideoBackend for V4L2Decoder {
|
||||
if format.to_virtio() == 0 {
|
||||
debug!(
|
||||
"Unsupported format for virtio-video ({}), skipping.",
|
||||
format.to_string()
|
||||
format
|
||||
);
|
||||
index += 1;
|
||||
continue;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user