diff --git a/src/main.rs b/src/main.rs index ba3266b..62ef4d6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -201,6 +201,8 @@ async fn main() { ) ); + println!("Static files will be served from: {static_file_directory}"); + // Initalize GeoIP Database let mut asn_db = geoip::MMDBCarrier {