Debugging output tweaks.
This commit is contained in:
parent
5bfca5eff8
commit
a701a2be4a
1 changed files with 2 additions and 2 deletions
|
@ -380,8 +380,8 @@ static ssgBranch *fgAsciiObjLoad( const string& path, FGTileEntry *t,
|
||||||
// Attempt to open "path.gz" or "path"
|
// Attempt to open "path.gz" or "path"
|
||||||
fg_gzifstream in( path );
|
fg_gzifstream in( path );
|
||||||
if ( ! in.is_open() ) {
|
if ( ! in.is_open() ) {
|
||||||
FG_LOG( FG_TERRAIN, FG_ALERT, "Cannot open file: " << path );
|
FG_LOG( FG_TERRAIN, FG_DEBUG, "Cannot open file: " << path );
|
||||||
FG_LOG( FG_TERRAIN, FG_ALERT, "default to ocean tile: " << path );
|
FG_LOG( FG_TERRAIN, FG_DEBUG, "default to ocean tile: " << path );
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue