]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/atmosphere.cxx
Bugfix - untie property.
[flightgear.git] / 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);
 }