Commit 30f33ecd authored by Steven R. Loomis's avatar Steven R. Loomis
Browse files

fix(core): don't use double newlines in debuglog

- syslog() will automatically add newlines (per mac and linux manpages)
- there's no reason to add NL *AND* add std::endl
- this fix will cause syslog to have no newline going in, and print only one instead of two newlines on other platforms/environments
parent 9eebecf9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment