Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/IdPool_impl.hpp

    r5a4cbc rb97a60  
    9696    return;
    9797  }
    98   LOG(3, "DEBUG: Defragmenting id pool.");
     98  LOG(1, "STATUS: Defragmenting id pool.");
    9999  for(typename IdPool_t::iterator iter = pool.begin();iter!=pool.end();) {
    100100    // see if this range is adjacent to the next one
Note: See TracChangeset for help on using the changeset viewer.