diff options
Diffstat (limited to 'src/transformations/affine.cpp')
| -rw-r--r-- | src/transformations/affine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transformations/affine.cpp b/src/transformations/affine.cpp index 8b927688..39fbb615 100644 --- a/src/transformations/affine.cpp +++ b/src/transformations/affine.cpp @@ -154,7 +154,7 @@ static void computeReverseParameters(PJ* P) const double det = a * A + b * B + c * C; if( det == 0.0 || Q->forward.tscale == 0.0 ) { if (proj_log_level(P->ctx, PJ_LOG_TELL) >= PJ_LOG_DEBUG) { - proj_log_debug(P, "Affine: matrix non invertible"); + proj_log_debug(P, "matrix non invertible"); } P->inv4d = nullptr; P->inv3d = nullptr; |
