Merge branch 'hartmut-dateformat' of https://github.com/hholzgra/MaxScale into hholzgra-hartmut-dateformat

This commit is contained in:
Mark Riddoch 2014-09-09 12:01:43 +01:00
commit cb7a64e1f2

View File

@ -28,7 +28,7 @@
#include "skygw_types.h"
#include "skygw_utils.h"
const char* timestamp_formatstr = "%04d %02d/%02d %02d:%02d:%02d ";
const char* timestamp_formatstr = "%04d-%02d-%02d %02d:%02d:%02d ";
/** One for terminating '\0' */
const int timestamp_len = 4+1 +2+1 +2+1 +2+1 +2+1 +2+3 +1;