We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152925c commit 5f16cc5Copy full SHA for 5f16cc5
src/push.rs
@@ -224,7 +224,7 @@ pub fn push_raw(
224
"unexpected status code {} while pushing to {} {}",
225
response.status(),
226
push_url,
227
- response.text().map(|text| format!("with body {}", text)).unwrap_or_default()
+ response.text().map(|text| format!("with body `{}`", text)).unwrap_or_default()
228
))),
229
}
230
0 commit comments