mirror of https://github.com/mpolden/echoip
revert this error log
This commit is contained in:
parent
e766f27d9d
commit
fcadf09659
|
@ -50,7 +50,7 @@ func main() {
|
|||
// open GeoIP files
|
||||
r, err := geo.Open(*countryFile, *cityFile, *asnFile)
|
||||
if err != nil {
|
||||
log.Fatal("error")
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
cache := http.NewCache(*cacheSize)
|
||||
|
|
Loading…
Reference in New Issue