Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5346 in orxonox.OLD for trunk/src/util/resource_manager.cc


Ignore:
Timestamp:
Oct 10, 2005, 1:17:11 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: code-renice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/resource_manager.cc

    r5344 r5346  
    365365            tmpResource->pointer = new Font(fullName, tmpResource->ttfSize);
    366366          else
    367             PRINTF(2)("Sorry, %s does not exist. Not loading Font\n", fullName);
     367            PRINTF(2)("%s does not exist in %s. Not loading Font\n", fileName, this->dataDir);
    368368          break;
    369369#endif /* NO_TEXT */
Note: See TracChangeset for help on using the changeset viewer.