Browse Source

Add a TODO for bugfix

When suffix is used in logline format a "\n" is missing...
Yann Weber 4 years ago
parent
commit
c464ef3380
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/logger.c

+ 1
- 0
src/logger.c View File

@@ -578,6 +578,7 @@ int pyfcgi_logger_set_ident(const char* new_ident)
578 578
 char* vpyfcgi_logger_format_message(pyfcgi_logger_format_t *fmt,
579 579
 	loglvl_t lvl, const char* message, size_t fmt_msg_len)
580 580
 {
581
+	/**@todo Add '\n' when suffix is used ! */
581 582
 	char *_msgptr;
582 583
 	size_t maxlen;
583 584
 	int ret;

Loading…
Cancel
Save