Changeset 9839 in orxonox.OLD for branches/new_class_id/src/lib/util
- Timestamp:
- Sep 26, 2006, 6:31:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/resource.cc
r9836 r9839 54 54 if (!locatedFile.empty()) 55 55 { 56 printf("FILE found %s\n", locatedFile.c_str());57 56 return locatedFile; 58 57 } … … 77 76 Directory dir = directory + (*it); 78 77 File file = dir + File(fileName); 79 printf("Testing %s (from %s in directory %s)\n", file.name().c_str(), fileName.c_str(), dir.name().c_str());80 78 if ((dir+ File(fileName)).exists()) 81 79 return (dir+File(fileName)).name();
Note: See TracChangeset
for help on using the changeset viewer.