The code
LOG(3) << "found " << _validDiffs << " new chunks for collection " << _ns << " (tracking " << newTracked.size() << "), new version is " << _maxVersion << endl;
displays the value of the _maxVersion pointer. We should display the version itself, not the pointer value.