mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
;
This commit is contained in:
parent
42641a5b56
commit
96e5a88a42
@ -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__); \
|
||||
|
Loading…
Reference in New Issue
Block a user