mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #44596 from ClickHouse/fix-bad-punctuation-in-log-message
Fix bad punctuation in log
This commit is contained in:
commit
8a94bacd82
@ -909,7 +909,7 @@ void BaseDaemon::initializeTerminationAndSignalProcessing()
|
|||||||
|
|
||||||
void BaseDaemon::logRevision() const
|
void BaseDaemon::logRevision() const
|
||||||
{
|
{
|
||||||
Poco::Logger::root().information("Starting " + std::string{VERSION_FULL}
|
logger().information("Starting " + std::string{VERSION_FULL}
|
||||||
+ " (revision: " + std::to_string(ClickHouseRevision::getVersionRevision())
|
+ " (revision: " + std::to_string(ClickHouseRevision::getVersionRevision())
|
||||||
+ ", git hash: " + (git_hash.empty() ? "<unknown>" : git_hash)
|
+ ", git hash: " + (git_hash.empty() ? "<unknown>" : git_hash)
|
||||||
+ ", build id: " + (build_id.empty() ? "<unknown>" : build_id) + ")"
|
+ ", build id: " + (build_id.empty() ? "<unknown>" : build_id) + ")"
|
||||||
|
Loading…
Reference in New Issue
Block a user