Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2007, 12:26:26 AM (17 years ago)
Author:
patrick
Message:

still on this resource thingy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/mount_point.cc

    r10240 r10243  
    7979  if( element == NULL)
    8080  {
    81     PRINTF(1)("Object Information file is missing a proper 'MountPoints' section\n");
     81    PRINTF(1)("I am in section: %s, Object Information file is missing a proper 'MountPoints' section\n", root->Value());
     82//     element = root->FirstChildElement( );
     83//     PRINTF(0)("first child: %s\n", element->Value());
    8284  }
    8385  else
Note: See TracChangeset for help on using the changeset viewer.