diff --git a/src/etl/ETLSource.cpp b/src/etl/ETLSource.cpp index 6141d8d56..c17e1d23c 100644 --- a/src/etl/ETLSource.cpp +++ b/src/etl/ETLSource.cpp @@ -573,7 +573,7 @@ public: } if (!status_.ok()) { - BOOST_LOG_TRIVIAL(debug) + BOOST_LOG_TRIVIAL(error) << "AsyncCallData status_ not ok: " << " code = " << status_.error_code() << " message = " << status_.error_message();