mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 06:32:55 -04:00
Cleaned up Transfer debug, now that we've found the windows bug.
* new uniform #define DEBUG_TRANSFERS to switch on packet timings. * switched off by default. * enabled BinData printing again. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3785 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9ef2260dd4
commit
7203229126
5 changed files with 16 additions and 21 deletions
|
@ -11,10 +11,9 @@
|
|||
|
||||
/********
|
||||
* #define DEBUG_FT_FILE_PROVIDER 1
|
||||
* #define DEBUG_TRANSFERS 1 // TO GET TIMESTAMPS of DATA READING
|
||||
********/
|
||||
|
||||
/***** TO GET TIMESTAMPS of DATA READING ****/
|
||||
#define DEBUG_TRANSFERS 1
|
||||
|
||||
#ifdef DEBUG_TRANSFERS
|
||||
#include "util/rsprint.h"
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
* #define FT_DEBUG 1
|
||||
*****/
|
||||
|
||||
#define FT_DEBUG 1
|
||||
|
||||
#include "retroshare/rsturtle.h"
|
||||
#include "fttransfermodule.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue