Skip to content

Commit

Permalink
add debug else to xAP message
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatis committed Dec 6, 2020
1 parent ec395d3 commit 950eab0
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 950eab0

Please sign in to comment.