tell *why* loading a model failed
This commit is contained in:
parent
68c2433df8
commit
50dabcaf66
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ FGAircraftModel::init ()
|
|||
liveryPath);
|
||||
_aircraft->init( model );
|
||||
} catch (const sg_exception &ex) {
|
||||
SG_LOG(SG_GENERAL, SG_ALERT, "Failed to load aircraft from " << path);
|
||||
SG_LOG(SG_GENERAL, SG_ALERT, "Failed to load aircraft from " << path << ':');
|
||||
SG_LOG(SG_GENERAL, SG_ALERT, " " << ex.getFormattedMessage());
|
||||
SG_LOG(SG_GENERAL, SG_ALERT, "(Falling back to glider.ac.)");
|
||||
osg::Node *model = fgLoad3DModelPanel( globals->get_fg_root(),
|
||||
"Models/Geometry/glider.ac",
|
||||
|
|
Loading…
Reference in a new issue