diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-07 22:54:28 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-04-07 22:54:28 +0200 |
| commit | 3a267909e4d3841eb90f48be95e428805574984e (patch) | |
| tree | 31b9f067bc6b094f08db2376362fa515e16cf288 /src/4D_api.cpp | |
| parent | 86c67616749518b9751f3e43b42226b5bc82c34d (diff) | |
| download | PROJ-3a267909e4d3841eb90f48be95e428805574984e.tar.gz PROJ-3a267909e4d3841eb90f48be95e428805574984e.zip | |
proj_trans(): add a more expressive log message
Diffstat (limited to 'src/4D_api.cpp')
| -rw-r--r-- | src/4D_api.cpp | 2 |
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; |
