mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
roll back to 725 again
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@728 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cc41cbb708
commit
fa4727865c
7 changed files with 3 additions and 25 deletions
|
@ -39,8 +39,6 @@
|
|||
/***********
|
||||
* #define FIM_DEBUG 1
|
||||
***********/
|
||||
|
||||
#define FIM_DEBUG 1
|
||||
|
||||
FileIndexMonitor::FileIndexMonitor(CacheStrapper *cs, std::string cachedir, std::string pid)
|
||||
:CacheSource(RS_SERVICE_TYPE_FILE_INDEX, false, cs, cachedir), fi(pid),
|
||||
|
@ -187,8 +185,6 @@ void FileIndexMonitor::setPeriod(int period)
|
|||
|
||||
void FileIndexMonitor::run()
|
||||
{
|
||||
std::cerr << "FileIndexMonitor::run() ";
|
||||
std::cerr << std::endl;
|
||||
|
||||
updateCycle();
|
||||
|
||||
|
@ -221,8 +217,6 @@ void FileIndexMonitor::run()
|
|||
|
||||
void FileIndexMonitor::updateCycle()
|
||||
{
|
||||
std::cerr << "FileIndexMonitor::updateCycle() ";
|
||||
std::cerr << std::endl;
|
||||
time_t startstamp = time(NULL);
|
||||
|
||||
/* iterate through all out-of-date directories */
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
/****
|
||||
* #define FI_DEBUG 1
|
||||
****/
|
||||
|
||||
#define FI_DEBUG 1
|
||||
|
||||
|
||||
DirEntry::~DirEntry()
|
||||
|
|
|
@ -43,9 +43,6 @@ FileIndexStore::~FileIndexStore()
|
|||
* #define FIS_DEBUG2 1
|
||||
* #define FIS_DEBUG 1
|
||||
**/
|
||||
|
||||
#define FIS_DEBUG2 1
|
||||
#define FIS_DEBUG 1
|
||||
|
||||
/* actual load, once data available */
|
||||
int FileIndexStore::loadCache(const CacheData &data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue