From 05884de50c80f24d05970042e817864d8d259434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 12 Feb 2024 19:09:06 +0200 Subject: [PATCH] textwrap: Remove unnecessary `to_string()` in debug output of a string Part-of: --- text/wrap/src/gsttextwrap/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/wrap/src/gsttextwrap/imp.rs b/text/wrap/src/gsttextwrap/imp.rs index 890201bb..593bd714 100644 --- a/text/wrap/src/gsttextwrap/imp.rs +++ b/text/wrap/src/gsttextwrap/imp.rs @@ -174,7 +174,7 @@ impl TextWrap { CAT, imp: self, "Outputting contents {}, ts: {}, duration: {}", - drained.to_string(), + drained, state.start_ts.display(), duration.display(), );