[pmg-devel] applied: [PATCH pmg-log-tracker 1/2] fix from entries being shown even with a from filter
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Apr 24 21:14:42 CEST 2020
On 4/24/20 5:21 PM, Mira Limbeck wrote:
> When a 'from' and 'to' filter were set, we used a 'from || to' test to
> see if we should print it or not. This patch changes this to a 'from &&
> to' test. This gets rid of entries from unrelated senders ('from') when
> a 'from filter did not match but the 'to' filter matched.
>
> Signed-off-by: Mira Limbeck <m.limbeck at proxmox.com>
> ---
> src/main.rs | 68 ++++++++++++++++++++++++++---------------------------
> 1 file changed, 34 insertions(+), 34 deletions(-)
>
applied, thanks!
More information about the pmg-devel
mailing list