Display chunk version, not memory address, in non-default log line

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.4.6, 2.5.0
    • Affects Version/s: 2.4.3
    • Component/s: Logging
    • None
    • Fully Compatible
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              Tad Marshall
              Reporter:
              Tad Marshall
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: