Skip to content

Commit

Permalink
Merge pull request #801 from pmatis/xap_debug
Browse files Browse the repository at this point in the history
add debug else to xAP message
  • Loading branch information
hollie authored Dec 16, 2020
2 parents 44a6bea + 950eab0 commit ba3deff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/xAP_Items.pm
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@ sub _process_incoming_xap_data {
if $o->allow_empty_state()
or ( defined $state_value and $state_value ne '' );
}
} else {
print "db1 xap discarded, source is mh: s=$source d=$data\n"
if $main::Debug{xap} and $main::Debug{xap} == 1;
}
}

Expand Down

0 comments on commit ba3deff

Please sign in to comment.