1# $Id$
2#
3# Print out the number of log records for transactions that we
4# encountered.
5
6/^\[/{
7	if ($5 != 0)
8		print $5
9}
10