mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(daemon) #1503: tr-remote debug prints wrong rpc post & response data
This commit is contained in:
@@ -1058,7 +1058,7 @@ processResponse( const char * host,
|
||||
tr_benc top;
|
||||
|
||||
if( debug )
|
||||
fprintf( stderr, "got response: [%*.*s]\n",
|
||||
fprintf( stderr, "got response:\n--------\n%*.*s\n--------\n",
|
||||
(int)len, (int)len, (const char*) response );
|
||||
|
||||
if( tr_jsonParse( response, len, &top, NULL ) )
|
||||
|
||||
Reference in New Issue
Block a user