diff options
Diffstat (limited to 'src/pj_open_lib.c')
| -rw-r--r-- | src/pj_open_lib.c | 2 |
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" ); |
