Skip to content

Commit

Permalink
Fix: message about downloading the table shouldn't be a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebracket committed Feb 10, 2025
1 parent 011b2ce commit a3a8a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl GeoTable {
}

fn download() -> anyhow::Result<()> {
tracing::warn!("Downloading ASN-IP Table");
tracing::info!("Downloading ASN-IP Table");
let file_path = Self::file_path();
let url = "https://insight.libreqos.com/geo2.bin";
let response = reqwest::blocking::get(url)?;
Expand Down

0 comments on commit a3a8a07

Please sign in to comment.