# HG changeset patch # User amazy # Date 1562838555 -7200 # Node ID 9aaf40d504a237e3dd781b290106b6ee9db445f0 # Parent a5e225eac0a9ab29256234c7de2953dd4ba89f5e# Parent 4c89b61605633a76d82f14fc6029d7adc24dae7a merge diff -r 4c89b6160563 -r 9aaf40d504a2 Core/Logging.cpp --- a/Core/Logging.cpp Thu Jul 11 10:27:01 2019 +0200 +++ b/Core/Logging.cpp Thu Jul 11 11:49:15 2019 +0200 @@ -757,12 +757,7 @@ { if (stream_ != &null_) { -#if defined(_WIN32) - *stream_ << "\r\n"; -#else *stream_ << "\n"; -#endif - stream_->flush(); } }