mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
textwrap: Remove unnecessary to_string()
in debug output of a string
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1458>
This commit is contained in:
parent
67b7cf9764
commit
05884de50c
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ impl TextWrap {
|
|||
CAT,
|
||||
imp: self,
|
||||
"Outputting contents {}, ts: {}, duration: {}",
|
||||
drained.to_string(),
|
||||
drained,
|
||||
state.start_ts.display(),
|
||||
duration.display(),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue