mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Metr 24491 (#606)
* fixed external biuld [#METR-24491]. * fix [#METR-24491]. * Update CMakeLists.txt
This commit is contained in:
parent
24ae6cb539
commit
2c12df495c
@ -465,7 +465,7 @@ static bool tryCreateDirectories(Poco::Logger * logger, const std::string & path
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
DB::tryLogCurrentException(logger, std::string(__PRETTY_FUNCTION__) + ": when creating " + path);
|
||||
LOG_WARNING(logger, __PRETTY_FUNCTION__ << ": when creating " << path << ", " << DB::getCurrentExceptionMessage(true));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user