From 3a267909e4d3841eb90f48be95e428805574984e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 7 Apr 2021 22:54:28 +0200 Subject: proj_trans(): add a more expressive log message --- src/4D_api.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/4D_api.cpp') diff --git a/src/4D_api.cpp b/src/4D_api.cpp index c7725d3a..45f1f59e 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -346,6 +346,8 @@ similarly, but prefers the 2D resp. 3D interfaces if available. if (proj_log_level(P->ctx, PJ_LOG_TELL) >= PJ_LOG_DEBUG) { std::string msg("Using coordinate operation "); msg += alt.name; + msg += " as a fallback due to lack of more " + "appropriate operations"; pj_log(P->ctx, PJ_LOG_DEBUG, msg.c_str()); } P->iCurCoordOp = i; -- cgit v1.2.3