diff options
| author | snowman2 <alansnow21@gmail.com> | 2021-02-19 19:49:25 -0600 |
|---|---|---|
| committer | snowman2 <alansnow21@gmail.com> | 2021-02-19 20:39:53 -0600 |
| commit | 650ed38f31ab588d98d95ecfe04f1da96772c396 (patch) | |
| tree | 9dd5f2a906a8f6b2d8d045092e6ac6a926084f70 /src/ctx.cpp | |
| parent | 9c299f384867fcb0d498913d3f3bc23016e5268d (diff) | |
| download | PROJ-650ed38f31ab588d98d95ecfe04f1da96772c396.tar.gz PROJ-650ed38f31ab588d98d95ecfe04f1da96772c396.zip | |
LOG: Default log level PJ_LOG_ERROR
Diffstat (limited to 'src/ctx.cpp')
| -rw-r--r-- | src/ctx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctx.cpp b/src/ctx.cpp index b774a40a..097633ae 100644 --- a/src/ctx.cpp +++ b/src/ctx.cpp @@ -87,7 +87,7 @@ void proj_assign_context( PJ* pj, PJ_CONTEXT *ctx ) pj_ctx pj_ctx::createDefault() { pj_ctx ctx; - ctx.debug_level = PJ_LOG_NONE; + ctx.debug_level = PJ_LOG_ERROR; ctx.logger = pj_stderr_logger; NS_PROJ::FileManager::fillDefaultNetworkInterface(&ctx); |
