mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
feat(remote): console message for HTTP 204 response (#8027)
This commit is contained in:
@@ -2478,6 +2478,7 @@ int flush(char const* rpcurl, tr_variant* const var, RemoteConfig& config)
|
||||
break;
|
||||
|
||||
case 204:
|
||||
fmt::print("{:s} acknowledged request\n", rpcurl);
|
||||
break;
|
||||
|
||||
case 409:
|
||||
|
||||
Reference in New Issue
Block a user