Changeset 15421


Ignore:
Timestamp:
2008-05-13T15:57:25+12:00 (16 years ago)
Author:
mdewsnip
Message:

Fixed a few misleading comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/colservr/collectset.cpp

    r15402 r15421  
    175175      }
    176176   
    177       // create collection server and add to null protocol
     177      // create collection server for this collection
    178178      this->add_collection (*thiscol, gsdlhome);
    179179   
     
    193193 
    194194  // read config file to see if built with mg, mgpp, or lucene
    195   // -- we can rely on the collection (and therefore the build.cfg)
    196   // being here since this is the null protocol - a nicer way to
    197   // do this would be preferable though - Stefan.
    198195  text_t buildtype = "mg"; // mg is default
    199196
     
    412409
    413410  outconvertclass text_t2ascii;
    414   logout << text_t2ascii << "nullproto::remove_collection: failed to remove collectserver for "
     411  logout << text_t2ascii << "collectset::remove_collection: failed to remove collectserver for "
    415412     << collection << "\n";
    416413}
Note: See TracChangeset for help on using the changeset viewer.