aboutsummaryrefslogtreecommitdiff
path: root/src/pj_open_lib.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-03-21 08:52:28 +0100
committerGitHub <noreply@github.com>2018-03-21 08:52:28 +0100
commitb2b630392fc747d477932f1e73fc62fc3d100866 (patch)
treee56431cbfd411194fb7c3e70bd9a813a83ccfeec /src/pj_open_lib.c
parentdd347a1df65cd47b64bc584ff75ff40374004a92 (diff)
parent573bc5493dd2636b373d5fdd68b0795e9c2460f5 (diff)
downloadPROJ-b2b630392fc747d477932f1e73fc62fc3d100866.tar.gz
PROJ-b2b630392fc747d477932f1e73fc62fc3d100866.zip
Merge pull request #878 from schwehr/logging-cleanup
Remove final \n from pj_log messages.
Diffstat (limited to 'src/pj_open_lib.c')
-rw-r--r--src/pj_open_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_open_lib.c b/src/pj_open_lib.c
index de271cd2..8ecbbd79 100644
--- a/src/pj_open_lib.c
+++ b/src/pj_open_lib.c
@@ -198,7 +198,7 @@ pj_open_lib_ex(projCtx ctx, const char *name, const char *mode,
pj_ctx_set_errno( ctx, errno );
pj_log( ctx, PJ_LOG_DEBUG_MAJOR,
- "pj_open_lib(%s): call fopen(%s) - %s\n",
+ "pj_open_lib(%s): call fopen(%s) - %s",
name, sysname,
fid == NULL ? "failed" : "succeeded" );