summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkkerman <akkerman@insula.org.ua>2023-09-05 21:37:14 +0300
committerAkkerman <akkerman@insula.org.ua>2023-09-05 21:37:14 +0300
commit36989ed48b9e179f50ecdeba535bee4ecdecc7c1 (patch)
tree529a524c2fe59e761a6f6540fb94ccd7ee7b808a
parent0f4a0f8832c3e032a4597da0b945ef2cb1d345be (diff)
Improve logging
-rw-r--r--src/mastodon.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mastodon.rs b/src/mastodon.rs
index 3177150..9356be3 100644
--- a/src/mastodon.rs
+++ b/src/mastodon.rs
@@ -202,7 +202,7 @@ impl Mastodon {
.send()
.await?;
debug!(
- response = as_value!(response, Response),
+ response = as_value!(response, Response), updated_status_id = ?id, ?status,
"received API response"
);
read_response(response).await