]> git.mxchange.org Git - flightgear.git/commitdiff
Be a bit more descriptive on "PT_vs_hpt: ran out of layers"
authorTorsten Dreyer <Torsten@t3r.de>
Sat, 11 Sep 2010 19:33:17 +0000 (21:33 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sat, 11 Sep 2010 19:33:17 +0000 (21:33 +0200)
Please enter the commit message for your changes. Lines starting

src/Environment/atmosphere.cxx

index 099669586a82b41f046ef5a7ecedb91d58be26ca..b7e7be9517193a30c033abb53c07ebb67c8c94cd 100644 (file)
@@ -108,7 +108,7 @@ pair<double,double> PT_vs_hpt(
   }
   
 // Should never get here.
-  SG_LOG(SG_GENERAL, SG_ALERT, "PT_vs_hpt: ran out of layers");
+  SG_LOG(SG_GENERAL, SG_ALERT, "PT_vs_hpt: ran out of layers for h=" << hh );
   return make_pair(d0, d0);
 }