(daemon) #1503: tr-remote debug prints wrong rpc post & response data

This commit is contained in:
Charles Kerr 2008-11-23 20:38:08 +00:00
parent e99e3243a0
commit 1d6710d150
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) )