Skip to content

Commit

Permalink
Don't print an empty line for system calls that return for example EA…
Browse files Browse the repository at this point in the history
…GAIN
  • Loading branch information
gianlucaborello committed Mar 25, 2015
1 parent f79caf3 commit d0d70a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/sysdig/chisels/echo_fds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function on_init()
sysdig.set_snaplen(2000)

-- set the filter
chisel.set_filter("evt.is_io=true and evt.dir=<")
chisel.set_filter("evt.is_io=true and evt.dir=< and evt.rawres>0")
chisel.set_event_formatter("%evt.arg.data")

return true
Expand Down

0 comments on commit d0d70a7

Please sign in to comment.