Lioncash cd7596e67e 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-06 16:46:02 +02:00
..
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-06-29 16:56:12 +03:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-19 07:14:36 +01:00
2018-09-22 00:28:44 -04:00
2016-12-05 19:09:16 +01:00
2018-09-22 00:32:19 -04:00
2018-07-21 16:16:21 +02:00
2018-09-06 00:00:21 +02:00