This commit is contained in:
Nikita Mikhaylov 2019-07-31 18:48:56 +03:00
parent 42641a5b56
commit 96e5a88a42

View File

@ -32,7 +32,7 @@ using DB::CurrentThread;
if (auto channel = (logger)->getChannel()) { \
std::string file_function; \
file_function += __FILE__; \
file_function += ", " \
file_function += ", "; \
file_function += __PRETTY_FUNCTION__; \
Message poco_message((logger)->name(), oss_internal_rare.str(), \
(PRIORITY), file_function.c_str(), __LINE__); \