Skip to content

Commit

Permalink
Refs #20953: Fix log
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
  • Loading branch information
cferreiragonz committed Jul 24, 2024
1 parent 1feec20 commit b57c577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void EDPBaseSUBListener::add_reader_from_change(
// If TypeInformation does not exist, try fallback mechanism
else
{
EPROSIMA_LOG_INFO(RTPS_EDP, "EDPBasePUBListener: No TypeInformation. Trying fallback mechanism");
EPROSIMA_LOG_INFO(RTPS_EDP, "EDPBaseSUBListener: No TypeInformation. Trying fallback mechanism");
after_typelookup_callback(temp_reader_data.get());
}
// Release the temporary proxy
Expand Down

0 comments on commit b57c577

Please sign in to comment.