No longer write to the PacketFilter::LOG stream if not reading traffic.

This commit is contained in:
Seth Hall 2011-11-02 15:09:57 -04:00
parent 58692ef9e0
commit 507b51c957

View file

@ -144,6 +144,7 @@ function install()
$sub=default_filter]);
}
if ( reading_live_traffic() || reading_traces() )
Log::write(PacketFilter::LOG, info);
}