Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2007, 12:26:26 AM (17 years ago)
Author:
patrick
Message:

still on this resource thingy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/oif/resource_oif.cc

    r10242 r10243  
    2929  if (ptr)
    3030  {
    31     PRINTF(0)("FOUND OIF: %s\n", fileName.c_str());
     31    PRINTF(5)("FOUND OIF: %s\n", fileName.c_str());
    3232    this->acquireData(static_cast<ResourceOIF::OIFResourcePointer*>(ptr)->ptr());
    3333  }
    3434  else
    3535  {
    36     PRINTF(0)("NOT FOUND OIF: %s\n", fileName.c_str());
     36    PRINTF(5)("NOT FOUND OIF: %s\n", fileName.c_str());
    3737    std::string fullName = this->Resource::locateFile(fileName);
    38     PRINTF(0)("trying loading of: %s\n", fullName.c_str());
     38    PRINTF(5)("trying loading of: %s\n", fullName.c_str());
    3939    this->load(fullName);
    4040    this->Resource::addResource(new ResourceOIF::OIFResourcePointer(fileName, keepLevel, this->ObjectInformationFile::dataPointer()));
Note: See TracChangeset for help on using the changeset viewer.