Skip to content

Commit

Permalink
user : typos.
Browse files Browse the repository at this point in the history
Signed-off-by: cfc4n <cfc4n.cs@gmail.com>
  • Loading branch information
cfc4n committed Aug 16, 2023
1 parent 507ec63 commit 5288822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/module/probe_openssl.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ func (m *MOpenSSLProbe) setupManagersUprobe() error {
// 填充 RewriteContants 对应map
m.bpfManagerOptions.ConstantEditors = m.constantEditor()
} else {
m.logger.Print("%s\tYour kernel version is less than 5.2, the following parameters will be ignored:[target_pid, target_uid, target_port]\n", m.Name())
m.logger.Printf("%s\tYour kernel version is less than 5.2, the following parameters will be ignored:[target_pid, target_uid, target_port]\n", m.Name())
}
return nil
}
Expand Down

0 comments on commit 5288822

Please sign in to comment.