Remove newlines in log messages
authorCharles Giessen <charles@lunarg.com>
Mon, 30 Jan 2023 19:22:08 +0000 (12:22 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 30 Jan 2023 20:10:21 +0000 (13:10 -0700)
commit3a799ab00eb287376f5ac9f21f8ce2851c9e348e
tree5a00f0bd7c80650ebe8bcb0f1d8de1e154d3f595
parent11883676188f55a15c76433ba9eb02abb3384c5b
Remove newlines in log messages

The loader_log() function adds a new line at the end of every log message.
Having the string contain an extra new line is redundant and makes the output
inconsistent due to having random blank lines.
loader/loader.c
loader/loader_windows.c
loader/wsi.c