aboutsummaryrefslogtreecommitdiff
path: root/src/ell_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ell_set.cpp')
-rw-r--r--src/ell_set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ell_set.cpp b/src/ell_set.cpp
index bb46b3a4..899ec1bf 100644
--- a/src/ell_set.cpp
+++ b/src/ell_set.cpp
@@ -116,9 +116,9 @@ int pj_ellipsoid (PJ *P) {
if (0 != ellps_spherification (P))
return 4;
- proj_log_debug (P, "pj_ellipsoid - final: a=%.3f f=1/%7.3f, errno=%d",
+ proj_log_trace (P, "pj_ellipsoid - final: a=%.3f f=1/%7.3f, errno=%d",
P->a, P->f!=0? 1/P->f: 0, proj_errno (P));
- proj_log_debug (P, "pj_ellipsoid - final: %s %s %s %s",
+ proj_log_trace (P, "pj_ellipsoid - final: %s %s %s %s",
P->def_size? P->def_size: empty,
P->def_shape? P->def_shape: empty,
P->def_spherification? P->def_spherification: empty,