mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
Cleaned up formatting, and OSX zombie debugging
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4358 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
79b48d5a89
commit
d58f838269
@ -2459,8 +2459,8 @@ void cleanupZombies(int numkill)
|
||||
}
|
||||
}
|
||||
|
||||
std::cerr << "cleanupZombies() Killed " << i << " zombies";
|
||||
std::cerr << std::endl;
|
||||
//std::cerr << "cleanupZombies() Killed " << i << " zombies";
|
||||
//std::cerr << std::endl;
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -289,7 +289,7 @@ bool p3GroupDistrib::loadLocalCache(const CacheData &data)
|
||||
#endif
|
||||
|
||||
/* store the cache file for later processing */
|
||||
mPendingCaches.push_back(CacheDataPending(data, true, false));
|
||||
mPendingCaches.push_back(CacheDataPending(data, true, false));
|
||||
}
|
||||
|
||||
if (data.size > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user