Commit 0bc3a52b authored by Geoff Simmons's avatar Geoff Simmons

govarnishlog supports grouping.

parent d8832378
......@@ -170,10 +170,6 @@ func main() {
fmt.Fprintf(os.Stderr, "Grouping '%s' unknown\n", *grpf)
os.Exit(-1)
}
if grp != log.GRaw && grp != log.VXID {
fmt.Fprintf(os.Stderr, "%s grouping not implemented\n", *grpf)
os.Exit(-1)
}
if *verbose {
printTxFunc = printTxVerbose
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment