- avoid using double quotes when already escaping as string
This commit is contained in:
parent
3c56ac656a
commit
af2bb2be1e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <ctime>
|
||||
|
||||
#ifndef MAPNIK_LOG_FORMAT
|
||||
#define MAPNIK_LOG_FORMAT "Mapnik LOG> %Y-%m-%d %H:%M:%S:"
|
||||
#define MAPNIK_LOG_FORMAT Mapnik LOG> %Y-%m-%d %H:%M:%S:
|
||||
#endif
|
||||
|
||||
#ifndef MAPNIK_DEFAULT_LOG_SEVERITY
|
||||
|
|
Loading…
Add table
Reference in a new issue