mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 11:07:56 +00:00
committed by
Matias Fontanini
parent
df04b27e22
commit
d3ef9cad32
@@ -101,7 +101,7 @@ public:
|
||||
try {
|
||||
// Log it
|
||||
handle_->get_configuration().get_log_callback()(*handle_,
|
||||
static_cast<int>(LogLevel::LOG_ERR),
|
||||
static_cast<int>(LogLevel::LogErr),
|
||||
library_name,
|
||||
error_msg.str());
|
||||
}
|
||||
@@ -109,7 +109,7 @@ public:
|
||||
}
|
||||
else {
|
||||
rd_kafka_log_print(handle_->get_handle(),
|
||||
static_cast<int>(LogLevel::LOG_ERR),
|
||||
static_cast<int>(LogLevel::LogErr),
|
||||
library_name,
|
||||
error_msg.str().c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user