Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Dec 21, 2023
1 parent 2519a4b commit 09d3c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ static _doZtFilterResult _doZtFilter(
thisSetMatches &= (thisRuleMatches ^ ((rules[rn].t >> 7) & 1));
}

fprintf(stderr, " thisRuleMatches %d", thisRuleMatches);
fprintf(stderr, " thisRuleMatches %d\n", thisRuleMatches);
}

return DOZTFILTER_NO_MATCH;
Expand Down

0 comments on commit 09d3c38

Please sign in to comment.