revert this error log

This commit is contained in:
Ethan Knowlton 2023-09-22 14:24:07 -04:00
parent e766f27d9d
commit fcadf09659
1 changed files with 1 additions and 1 deletions

View File

@ -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)