mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
switched to new rslog method
This commit is contained in:
parent
f6c5a05c8e
commit
09afbbed5d
19 changed files with 62 additions and 45 deletions
|
@ -41,8 +41,6 @@
|
|||
#include "util/rsprint.h"
|
||||
#include "util/rsdebug.h"
|
||||
#include "util/rsstring.h"
|
||||
const int p3connectzone = 3431;
|
||||
|
||||
#include "serialiser/rsconfigitems.h"
|
||||
|
||||
#include "retroshare/rsiface.h"
|
||||
|
@ -52,6 +50,8 @@ const int p3connectzone = 3431;
|
|||
|
||||
/* Network setup States */
|
||||
|
||||
static struct RsLog::logInfo p3connectzoneInfo = {RsLog::Default, "p3connect"};
|
||||
#define p3connectzone &p3connectzoneInfo
|
||||
|
||||
/****
|
||||
* #define LINKMGR_DEBUG 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue