- avoid using double quotes when already escaping as string

This commit is contained in:
kunitoki 2013-03-27 09:02:03 +01:00
parent 3c56ac656a
commit af2bb2be1e

View file

@ -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