showlog: Fix the event_filter logic
commit458d705604ca1964393dd7bb63ab846b7058bd07
authorAndreas Ericsson <ae@op5.se>
Mon, 7 Dec 2009 11:51:43 +0000 (7 12:51 +0100)
committerAndreas Ericsson <ae@op5.se>
Mon, 7 Dec 2009 11:51:43 +0000 (7 12:51 +0100)
treeeabc357baa817ddceba6d49aea240c5036a932e8
parentd80b85c3f1807f97d62bc86437a3c7107632ffe8
showlog: Fix the event_filter logic

When the eventcode and'ed with the event_filter equals the
eventcode, we've hit home and should move right along to
the next phase of matching. Previously the logic was the
other way around so we only printed things we really weren't
interested in.

Signed-off-by: Andreas Ericsson <ae@op5.se>
showlog.c