From f3af5ae5dce7a2543cf36fefcb413576aaeec426 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Sat, 11 Sep 2010 21:33:17 +0200 Subject: [PATCH] Be a bit more descriptive on "PT_vs_hpt: ran out of layers" Please enter the commit message for your changes. Lines starting --- src/Environment/atmosphere.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5