Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7462 in orxonox.OLD for trunk/src/lib/util/loading/factory.cc


Ignore:
Timestamp:
May 1, 2006, 3:21:40 PM (18 years ago)
Author:
patrick
Message:

mission goals loadable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/loading/factory.cc

    r7221 r7462  
    117117  if (factory != Factory::factoryList->end())
    118118  {
    119     PRINTF(4)("Create a new Object of type %s\n", (*factory)->getName());
     119    PRINTF(2)("Create a new Object of type %s\n", (*factory)->getName());
    120120    return (*factory)->fabricateObject(root);
    121121  }
Note: See TracChangeset for help on using the changeset viewer.