]> git.mxchange.org Git - flightgear.git/commitdiff
Make the base package check [failed] message a bit more informative about
authorcurt <curt>
Thu, 4 Apr 2002 05:03:18 +0000 (05:03 +0000)
committercurt <curt>
Thu, 4 Apr 2002 05:03:18 +0000 (05:03 +0000)
where it was looking.

src/Main/main.cxx

index 6b7e180abe58e4ea0a1cd3542732f3746c7b15fb..c8fc2d538ea951b7460d7ab606cabba98448cddd 100644 (file)
@@ -1383,7 +1383,8 @@ int mainLoop( int argc, char **argv ) {
         fgUsage();
 
        SG_LOG( SG_GENERAL, SG_ALERT, "Base package check failed ... "
-               << "Found version " << base_version );
+               << "Found version " << base_version << " at: "
+                << globals->get_fg_root() );
         SG_LOG( SG_GENERAL, SG_ALERT, "Please upgrade to version 0.7.9" );
        exit(-1);
     }