From b5b0b87eef45ccaa1f8be78d764a96f8288704f6 Mon Sep 17 00:00:00 2001 From: Christian Ebner Date: Mon, 15 Jul 2024 12:15:43 +0200 Subject: [PATCH] server: pull: fix sync info message for root namespace The root namespace is displayed as empty string when used in the format string. Distinguish and explicitly write out the root namespace in the sync info message shown in the sync jobs task log. Signed-off-by: Christian Ebner --- src/server/pull.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/server/pull.rs b/src/server/pull.rs index e8b1d0013..823515e9a 100644 --- a/src/server/pull.rs +++ b/src/server/pull.rs @@ -1311,8 +1311,14 @@ pub(crate) async fn pull_store(mut params: PullParameters) -> Result