diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-21 08:52:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-21 08:52:28 +0100 |
| commit | b2b630392fc747d477932f1e73fc62fc3d100866 (patch) | |
| tree | e56431cbfd411194fb7c3e70bd9a813a83ccfeec /src/nad_init.c | |
| parent | dd347a1df65cd47b64bc584ff75ff40374004a92 (diff) | |
| parent | 573bc5493dd2636b373d5fdd68b0795e9c2460f5 (diff) | |
| download | PROJ-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/nad_init.c')
| -rw-r--r-- | src/nad_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nad_init.c b/src/nad_init.c index c64c474b..571d2569 100644 --- a/src/nad_init.c +++ b/src/nad_init.c @@ -87,7 +87,7 @@ int nad_ctable_load( projCtx ctx, struct CTABLE *ct, PAFile fid ) ct->cvs = NULL; pj_log( ctx, PJ_LOG_ERROR, - "ctable loading failed on fread() - binary incompatible?\n" ); + "ctable loading failed on fread() - binary incompatible?" ); pj_ctx_set_errno( ctx, -38 ); return 0; } |
