From 573bc5493dd2636b373d5fdd68b0795e9c2460f5 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Tue, 20 Mar 2018 15:11:27 -0700 Subject: Remove final \n from pj_log messages. There was a mix of pj_log calls with and without a trailing newline. pj_stderr_logger already adds a newline to the end of each msg, so pj_log calls don't need their own. --- src/pj_open_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pj_open_lib.c') 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" ); -- cgit v1.2.3