fix default log severity
This commit is contained in:
parent
cc431505e0
commit
af3d4486cf
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@
|
|||
|
||||
#ifndef MAPNIK_DEFAULT_LOG_SEVERITY
|
||||
#ifdef MAPNIK_DEBUG
|
||||
#define MAPNIK_DEFAULT_LOG_SEVERITY 1
|
||||
#define MAPNIK_DEFAULT_LOG_SEVERITY 0
|
||||
#else
|
||||
#define MAPNIK_DEFAULT_LOG_SEVERITY 3
|
||||
#define MAPNIK_DEFAULT_LOG_SEVERITY 2
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue