Update geoip messages

This commit is contained in:
Stephen
2024-01-04 13:40:13 +10:00
parent 01fc227d90
commit d110484294
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ module BeEF
geoip_file = @config.get('beef.geoip.database')
unless File.exist? geoip_file
print_error "[GeoIP] Could not find MaxMind GeoIP database: '#{geoip_file}'"
BeEF::Core::Logger.instance.register('System', "[GeoIP] Could not find MaxMind GeoIP database: '#{geoip_file}'")
@enabled = false
return
end