From 12342f51038dba30ad8b490493596c72d9306994 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Wed, 22 Nov 2023 17:59:54 +0100 Subject: fix block cloning copy argument validation (#560) --- src/zenserver/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zenserver/main.cpp') diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp index 1aa0aa4df..ff4df183e 100644 --- a/src/zenserver/main.cpp +++ b/src/zenserver/main.cpp @@ -349,6 +349,7 @@ main(int argc, char* argv[]) if (!ServerOptions.BaseSnapshotDir.empty()) { + ZEN_CONSOLE_INFO("copying snapshot from '{}' into '{}", ServerOptions.BaseSnapshotDir, ServerOptions.DataDir); CopyTree(ServerOptions.BaseSnapshotDir, ServerOptions.DataDir, {.EnableClone = true}); } -- cgit v1.2.3