Skip to content

Commit

Permalink
chore: use info level for go string symbol warn
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 27, 2024
1 parent f421dd5 commit fc81bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func Analyze(name string, reader io.ReaderAt, size uint64, options Options) (*re

if !options.SkipDisasm {
if k.GoStringSymbol == nil {
slog.Warn("No go.string symbol found, false-positive rates may rise")
slog.Info("no go:string.* symbol found, false-positive rates may rise")
}

err = k.Disasm()
Expand Down

0 comments on commit fc81bc2

Please sign in to comment.