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:
drbob 2011-06-29 17:08:39 +00:00
parent 79b48d5a89
commit d58f838269
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)