aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-07 22:54:28 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-04-07 22:54:28 +0200
commit3a267909e4d3841eb90f48be95e428805574984e (patch)
tree31b9f067bc6b094f08db2376362fa515e16cf288 /src
parent86c67616749518b9751f3e43b42226b5bc82c34d (diff)
downloadPROJ-3a267909e4d3841eb90f48be95e428805574984e.tar.gz
PROJ-3a267909e4d3841eb90f48be95e428805574984e.zip
proj_trans(): add a more expressive log message
Diffstat (limited to 'src')
-rw-r--r--src/4D_api.cpp2
1 files changed, 2 insertions, 0 deletions
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;