mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
fix: wrong logging level
This commit is contained in:
parent
865c85a53b
commit
f61a41be8a
@ -765,7 +765,7 @@ impl SharableTransClient {
|
|||||||
|
|
||||||
let rsp: reqwest::Response = rq.send().await?;
|
let rsp: reqwest::Response = rq.send().await?;
|
||||||
|
|
||||||
info!("Response: {:?}", &rsp);
|
debug!("Response: {:?}", &rsp);
|
||||||
if matches!(rsp.status(), StatusCode::CONFLICT) {
|
if matches!(rsp.status(), StatusCode::CONFLICT) {
|
||||||
let session_id = rsp
|
let session_id = rsp
|
||||||
.headers()
|
.headers()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user