From: Torsten Dreyer Date: Sat, 11 Sep 2010 19:33:17 +0000 (+0200) Subject: Be a bit more descriptive on "PT_vs_hpt: ran out of layers" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3af5ae5dce7a2543cf36fefcb413576aaeec426;p=flightgear.git Be a bit more descriptive on "PT_vs_hpt: ran out of layers" Please enter the commit message for your changes. Lines starting --- diff --git a/src/Environment/atmosphere.cxx b/src/Environment/atmosphere.cxx index 099669586..b7e7be951 100644 --- a/src/Environment/atmosphere.cxx +++ b/src/Environment/atmosphere.cxx @@ -108,7 +108,7 @@ pair 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); }