Skip to content

Commit 2e982f2

Browse files
committed
Undo changes to main.
1 parent 73fb6ab commit 2e982f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/outline-ss-server/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ func main() {
280280
}
281281
ip2info, err := ipinfo.NewMMDBIPInfoMap(flags.IPCountryDB, flags.IPASNDB)
282282
if err != nil {
283-
logger.Fatalf("Failed to create IP info map: %v. Aborting", err)
283+
logger.Fatalf("Could create IP info map: %v. Aborting", err)
284284
}
285285
defer ip2info.Close()
286286

0 commit comments

Comments
 (0)