Changeset 10313 in orxonox.OLD for branches/mount_points/src/lib
- Timestamp:
- Jan 24, 2007, 12:18:01 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/lib/graphics/importer/oif/object_information_file.cc
r10247 r10313 60 60 if( fileName.empty()) 61 61 { 62 PRINTF( 3)("No filename specified for object information loading");62 PRINTF(1)("No filename specified for object information loading"); 63 63 return; 64 64 } … … 69 69 { 70 70 // report an error 71 PRINTF( 3)("Could not load XML File %s: %s @ %d:%d\n", fileName.c_str(), XMLDoc->ErrorDesc(), XMLDoc->ErrorRow(), XMLDoc->ErrorCol());71 PRINTF(1)("Could not load XML File %s: %s @ %d:%d\n", fileName.c_str(), XMLDoc->ErrorDesc(), XMLDoc->ErrorRow(), XMLDoc->ErrorCol()); 72 72 return; 73 73 } … … 80 80 { 81 81 // report an error 82 PRINTF( 3)("Specified XML File is not an orxonox object information file (<ObjectInformationFile> element missing)\n");82 PRINTF(1)("Specified XML File is not an orxonox object information file (<ObjectInformationFile> element missing)\n"); 83 83 return; 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.