Skip to content

Commit ad90854

Browse files
Enmkstrtgbb
authored andcommitted
Fixed "not official build" message
1 parent b795e6e commit ad90854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/SignalHandlers.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ try
587587
/// Approximate support period, upper bound.
588588
if (time(nullptr) - makeDate(DateLUT::instance(), 2000 + VERSION_MAJOR, VERSION_MINOR, 1) < (365 + 30) * 86400)
589589
{
590-
LOG_FATAL(log, "Report this error to https://github.com/ClickHouse/ClickHouse/issues");
590+
LOG_FATAL(log, "Report this error to https://github.com/Altinity/ClickHouse/issues");
591591
}
592592
else
593593
{
@@ -596,7 +596,7 @@ try
596596
}
597597
else
598598
{
599-
LOG_FATAL(log, "This ClickHouse version is not official and should be upgraded to the official build.");
599+
// LOG_FATAL(log, "This ClickHouse version is not official and should be upgraded to the official build.");
600600
}
601601
}
602602

0 commit comments

Comments
 (0)