Skip to content

Commit

Permalink
remove redundant info
Browse files Browse the repository at this point in the history
Signed-off-by: ruitianzhong <ruitian-zhong@outlook.com>
  • Loading branch information
ruitianzhong committed Mar 8, 2024
1 parent b08ad6d commit 874d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/event/event_bash.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (be *BashEvent) Decode(payload []byte) (err error) {
}

func (be *BashEvent) String() string {
s := fmt.Sprintf("TYPE:%d, PID:%d, UID:%d, \tComm:%s, \tRetvalue:%d, \tLine:\n%s", be.Type, be.Pid, be.Uid, be.Comm, be.Retval, be.AllLines)
s := fmt.Sprintf("PID:%d, UID:%d, \tComm:%s, \tRetvalue:%d, \tLine:\n%s", be.Pid, be.Uid, be.Comm, be.Retval, be.AllLines)
return s
}

Expand Down

0 comments on commit 874d367

Please sign in to comment.