diff --git a/internal/iplibrary/ip_list_db.go b/internal/iplibrary/ip_list_db.go index 4e1e7e9..c90096f 100644 --- a/internal/iplibrary/ip_list_db.go +++ b/internal/iplibrary/ip_list_db.go @@ -48,7 +48,7 @@ func (this *IPListDB) init() error { if err != nil { return err } - remotelogs.Println("CACHE", "create cache dir '"+this.dir+"'") + remotelogs.Println("IP_LIST_DB", "create data dir '"+this.dir+"'") } db, err := sql.Open("sqlite3", "file:"+this.dir+"/ip_list.db?cache=shared&mode=rwc&_journal_mode=WAL&_sync=OFF")