From aa384c9eff35cbb968d5b942c68abbaed7308404 Mon Sep 17 00:00:00 2001 From: Slatian Date: Sat, 25 Feb 2023 13:43:43 +0100 Subject: [PATCH] Added an output to help when debugging static files --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) 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 {