std namespace fix
This commit is contained in:
parent
07a627680e
commit
c14b3bc268
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ void YASim::init()
|
|||
readXML(f.str(), *_fdm);
|
||||
} catch (const sg_exception &e) {
|
||||
SG_LOG(SG_GENERAL, SG_ALERT,
|
||||
"Error reading YASim FDM: '" << f.str() << "'" << endl
|
||||
"Error reading YASim FDM: '" << f.str() << "'" << std::endl
|
||||
<< e.getFormattedMessage());
|
||||
throw e;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue