Update BaseDaemon.cpp

This commit is contained in:
Nikolai Kochetov 2021-07-29 17:00:33 +03:00 committed by GitHub
parent 3b8cb7e4bf
commit 3d029e66fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@ private:
void onTerminate(std::string_view message, UInt32 thread_num) const
{
size_t pos = message.find('\n');
size_t pos = message.find('\n');
LOG_FATAL(log, "(version {}{}, {}) (from thread {}) {}",
VERSION_STRING, VERSION_OFFICIAL, daemon.build_id_info, thread_num, message.substr(0, pos));