Skip to content

Commit

Permalink
check m_typedConfigurations is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Sep 16, 2024
1 parent 5c7299f commit 87b29c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
do \
{ \
auto logger__ = el::Loggers::getLogger( rsutils::g_librealsense_elpp_id ); \
if( logger__ && logger__->enabled( el::Level::LEVEL ) ) \
if( logger__ && logger__->typedConfigurations() && logger__->enabled( el::Level::LEVEL ) ) \
{ \
std::ostringstream os__; \
os__ << __VA_ARGS__; \
Expand Down

0 comments on commit 87b29c6

Please sign in to comment.