Skip to content

Commit

Permalink
change log level message when no cofff symbol table is found
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNoteworthy committed Aug 31, 2022
1 parent ad766b6 commit 19b955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (pe *File) Parse() error {
// Parse COFF symbol table.
err = pe.ParseCOFFSymbolTable()
if err != nil {
pe.logger.Errorf("coff symbols parsing failed: %v", err)
pe.logger.Debugf("coff symbols parsing failed: %v", err)
}

// Parse the Section Header.
Expand Down

0 comments on commit 19b955a

Please sign in to comment.