Skip to content

Commit

Permalink
Merge pull request #4634 from jrw972/debug-messenger
Browse files Browse the repository at this point in the history
Debugging output not available for Messenger test
  • Loading branch information
jrw972 committed May 16, 2024
2 parents a684b88 + 2dce55d commit f16692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/PerlDDS/Run_Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ sub _process_common {
my $self = shift;
my $name = shift;
my $params = shift;
my $debug_logging = $self->{dcps_log_level};
my $debug_logging = 1;

if ($$params !~ /-DCPSLogLevel / && $self->{dcps_log_level}) {
$$params .= " -DCPSLogLevel $self->{dcps_log_level}";
Expand Down

0 comments on commit f16692b

Please sign in to comment.