From 07685070365f43999989c39c1ecb7cdb49e92993 Mon Sep 17 00:00:00 2001 From: meeg_leeto Date: Fri, 1 Mar 2024 21:44:16 +0000 Subject: [PATCH] minor: fixed debug message on config.json version mismatch --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0e70a0b..de4fc84 100644 --- a/src/main.rs +++ b/src/main.rs @@ -314,8 +314,8 @@ mod conf { eprintln!( concat!("Configuration file has outdated version.\n", "Expected version field to be {} but got {}."), + config_version(), old_version, - config_version() ); } ConfigParseError::ServeDirNotExists(dir) => {