Skip to content

Commit

Permalink
Merge pull request #31 from doug1234/InfoLogging
Browse files Browse the repository at this point in the history
Handle LM_INFO for dds logging.
  • Loading branch information
jrw972 authored Nov 11, 2024
2 parents 5678598 + 52a4756 commit aa4ec92
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 aa4ec92

Please sign in to comment.