Skip to content

Commit

Permalink
Undo changes to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Mar 20, 2024
1 parent 73fb6ab commit 2e982f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/outline-ss-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func main() {
}
ip2info, err := ipinfo.NewMMDBIPInfoMap(flags.IPCountryDB, flags.IPASNDB)
if err != nil {
logger.Fatalf("Failed to create IP info map: %v. Aborting", err)
logger.Fatalf("Could create IP info map: %v. Aborting", err)
}
defer ip2info.Close()

Expand Down

0 comments on commit 2e982f2

Please sign in to comment.