mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
removed systematic printout of outgoing items which killed performance (patch from electron)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7994 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fb3d5ca9ac
commit
cdf7de317d
2 changed files with 19 additions and 7 deletions
|
@ -49,6 +49,7 @@ int clearDebugCrashLog();
|
|||
int setDebugFile(const char *fname);
|
||||
int setOutputLevel(int lvl);
|
||||
int setZoneLevel(int lvl, int zone);
|
||||
int getZoneLevel(int zone);
|
||||
int rslog(unsigned int lvl, int zone, const std::string &msg);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue