mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix build
This commit is contained in:
parent
fd562086ae
commit
3c531d314d
@ -356,7 +356,7 @@ void updateGlobalConfiguration(
|
||||
}
|
||||
#else // USE_KRB5
|
||||
if (kafka_config.has_property("sasl.kerberos.keytab") || kafka_config.has_property("sasl.kerberos.principal"))
|
||||
LOG_WARNING(log, "Ignoring Kerberos-related parameters because ClickHouse was built without krb5 library support.");
|
||||
LOG_WARNING(params.log, "Ignoring Kerberos-related parameters because ClickHouse was built without krb5 library support.");
|
||||
#endif // USE_KRB5
|
||||
// No need to add any prefix, messages can be distinguished
|
||||
kafka_config.set_log_callback(
|
||||
|
Loading…
Reference in New Issue
Block a user