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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue