diff options
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index 795db036..e3e28d41 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -647,7 +647,7 @@ struct projFileApiCallbackAndData struct pj_ctx{ std::string lastFullErrorMessage{}; // used by proj_context_errno_string int last_errno = 0; - int debug_level = 0; + int debug_level = PJ_LOG_ERROR; void (*logger)(void *, int, const char *) = nullptr; void *logger_app_data = nullptr; struct projCppContext* cpp_context = nullptr; /* internal context for C++ code */ |
