Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 7, 2010, 11:00:05 PM (14 years ago)
Author:
dafrick
Message:

Cleanup and bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/orxonox/pickup/PickupIdentifier.cc

    r6480 r6484  
    101101    bool PickupIdentifier::addParameter(std::string & name, std::string & value)
    102102    {
    103         COUT(1) << "PickupIdentifier " << name << ", " << value << std::endl;
     103        COUT(4) << "PickupIdentifier " << name << ", " << value << std::endl;
    104104       
    105105        if(!(this->parameters_.find(name) == this->parameters_.end()))
Note: See TracChangeset for help on using the changeset viewer.