Lioncash 6f16826260 text_formatter: Avoid unnecessary string temporary creation in PrintMessage()
operator+ for std::string creates an entirely new string, which is kind
of unnecessary here if we just want to append a null terminator to the
existing one.

Reduces the total amount of potential allocations that need to be done
in the logging path.
2018-10-04 23:55:53 -04:00
..
2018-07-07 14:17:44 +02:00
2018-09-08 18:56:38 +01:00
2018-09-07 11:54:51 +05:30
2018-09-07 11:54:51 +05:30
2016-12-05 19:09:16 +01:00
2018-09-22 23:27:42 +02:00
2018-07-29 15:24:41 +02:00