Changeset 4951 in orxonox.OLD for orxonox/trunk/src/util
- Timestamp:
- Jul 24, 2005, 11:15:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/fast_factory.cc
r4950 r4951 194 194 { 195 195 PRINTF(2)("The deadList of Class %s is empty, this may be either because it has not been filled yet, or the cache is to small.\n" \ 196 "Fabricating a new %s ", this->getName(), this->getName());196 "Fabricating a new %s\n", this->getName(), this->getName()); 197 197 this->fabricate(); 198 198 return this->resurrect();
Note: See TracChangeset
for help on using the changeset viewer.