Metr 24491 (#606)

* fixed external biuld [#METR-24491].

* fix [#METR-24491].

* Update CMakeLists.txt
This commit is contained in:
egatov 2017-03-16 22:27:23 +03:00 committed by proller
parent 24ae6cb539
commit 2c12df495c

View File

@ -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;
}