Files
asterisk/main
George Joseph 7d4ae7dc18 logger.c: Automatically add a newline to formats that don't have one
Scope tracing allows you to not specify a format string or variable,
in which case it just prints the indent, file, function, and line
number.  The trace output automatically adds a newline to the end
in this case.  If you also have debugging turned on for the module,
a debug message is also printed but the standard log functionality
which prints it doesn't add the newline so you have messages
that don't break correctly.

 * format_log_message_ap(), which is the common log
   message formatter for all channels, now adds a
   newline to the end of format strings that don't
   already have a newline.

ASTERISK-29209
Reported by: Alexander Traud

Change-Id: I994a7df27f88df343b7d19f3e81a4b562d9d41da
2020-12-17 09:12:46 -06:00
..
2019-08-01 15:31:48 -06:00
2020-05-05 10:06:43 -05:00
2020-05-05 10:06:43 -05:00
2020-04-06 10:23:20 -05:00
2019-08-01 15:31:48 -06:00
2020-10-02 12:58:18 -05:00
2020-06-10 09:33:28 -05:00
2020-08-18 05:16:43 -05:00
2020-08-18 05:16:43 -05:00
2020-06-10 09:33:28 -05:00
2017-12-20 12:40:01 -05:00
2020-06-10 09:33:28 -05:00
2020-06-10 09:33:28 -05:00
2020-10-02 12:58:18 -05:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:20 -05:00