Skip to content

Commit

Permalink
Handle LM_INFO for dds logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 committed Nov 8, 2024
1 parent 5678598 commit 52a4756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dds_logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ void ManagerAceCallback::log(ACE_Log_Record& record)
lt = LogMessageType::DDS_WARNING;
break;

case LM_INFO:
case LM_NOTICE:
lt = LogMessageType::DDS_INFO;
break;
Expand Down

0 comments on commit 52a4756

Please sign in to comment.