Skip to content

Commit fc81bc2

Browse files
committed
chore: use info level for go string symbol warn
Signed-off-by: Zxilly <[email protected]>
1 parent f421dd5 commit fc81bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/analyze.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func Analyze(name string, reader io.ReaderAt, size uint64, options Options) (*re
9797

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

103103
err = k.Disasm()

0 commit comments

Comments
 (0)