ucx/logging.c

changeset 138
7800811078b8
parent 103
08018864fb91
child 152
3238f65db163
     1.1 --- a/ucx/logging.c	Fri Aug 09 15:29:26 2013 +0200
     1.2 +++ b/ucx/logging.c	Mon Aug 12 14:39:51 2013 +0200
     1.3 @@ -64,7 +64,7 @@
     1.4  void ucx_logger_logf(UcxLogger *logger, unsigned int level, const char* file,
     1.5          const unsigned int line, const char *format, ...) {
     1.6      if (level <= logger->level) {
     1.7 -        const size_t max = 4096; // estimated maximum message length
     1.8 +        const size_t max = 4096; // estimated max. message length (documented)
     1.9          char msg[max];
    1.10          char *text;
    1.11          size_t k = 0;

mercurial