mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-16 20:20:51 +01:00
Fix extra newline in CEF logging output (issue #1649)
This commit is contained in:
parent
359a5b7cb5
commit
d5be6e3afb
@ -182,7 +182,6 @@ LogMessage::LogMessage(const char* file,
|
||||
}
|
||||
|
||||
LogMessage::~LogMessage() {
|
||||
stream_ << std::endl;
|
||||
std::string str_newline(stream_.str());
|
||||
cef_log(file_, line_, severity_, str_newline.c_str());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user