diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-16 07:12:33 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-16 07:12:33 -0400 |
| commit | c5ce454319a7d54d3967c6ea7695543e943a37b2 (patch) | |
| tree | 193a6907bc3a476f18774558ca52a3cb7618f912 /src/commands/meme | |
| parent | 5a2dc4070c1d14f22a7671c6f82ca2f4578369bd (diff) | |
tracing: use fields rather than interpolation
Diffstat (limited to 'src/commands/meme')
| -rw-r--r-- | src/commands/meme/create.rs | 4 | ||||
| -rw-r--r-- | src/commands/meme/delete.rs | 2 | ||||
| -rw-r--r-- | src/commands/meme/history.rs | 9 | ||||
| -rw-r--r-- | src/commands/meme/mod.rs | 2 |
4 files changed, 9 insertions, 8 deletions
diff --git a/src/commands/meme/create.rs b/src/commands/meme/create.rs index a4e9656..c6ed9c6 100644 --- a/src/commands/meme/create.rs +++ b/src/commands/meme/create.rs @@ -109,7 +109,7 @@ pub async fn addaudiomeme( util::react(ctx, '🔃').await?; let youtube_url = util::ytdl_url(audio_link.as_str()).await?; - tracing::debug!("got download url: {youtube_url}"); + tracing::debug!(url_string = &youtube_url, "got download url"); let duration_opts = if let Some(e) = end { vec