X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FEnvironment%2Fatmosphere.cxx;h=b7e7be9517193a30c033abb53c07ebb67c8c94cd;hb=474789269b7656509f62339c17e62a55b6157d43;hp=099669586a82b41f046ef5a7ecedb91d58be26ca;hpb=ad9366ed99bdd16980cbcecdefda92bc2bc2aa0f;p=flightgear.git 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); }