Skip to content

Commit

Permalink
update gen.go to dump files being read for yul binding generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Jul 3, 2024
1 parent a5ef13c commit 81b1755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solgen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func main() {
_, file := filepath.Split(path)
name := file[:len(file)-5]

log.Print("reading", path, "for contract", name)
log.Printf("Processing %s", name)
data, err := os.ReadFile(path)
if err != nil {
log.Fatal("could not read", path, "for contract", name, err)
Expand Down

0 comments on commit 81b1755

Please sign in to comment.