]> git.mxchange.org Git - flightgear.git/commitdiff
Debugging output tweaks.
authorcurt <curt>
Sat, 13 Jan 2001 00:14:47 +0000 (00:14 +0000)
committercurt <curt>
Sat, 13 Jan 2001 00:14:47 +0000 (00:14 +0000)
src/Objects/obj.cxx

index b7c0d63a4c2b1ccbf61fc087e5c64efd6022f846..def2cef5a217ed49f922265ec177a3bc744aa009 100644 (file)
@@ -380,8 +380,8 @@ static ssgBranch *fgAsciiObjLoad( const string& path, FGTileEntry *t,
     // Attempt to open "path.gz" or "path"
     fg_gzifstream in( path );
     if ( ! in.is_open() ) {
-       FG_LOG( FG_TERRAIN, FG_ALERT, "Cannot open file: " << path );
-       FG_LOG( FG_TERRAIN, FG_ALERT, "default to ocean tile: " << path );
+       FG_LOG( FG_TERRAIN, FG_DEBUG, "Cannot open file: " << path );
+       FG_LOG( FG_TERRAIN, FG_DEBUG, "default to ocean tile: " << path );
 
        return NULL;
     }