From 96bc5fd439dfbb12f364b1d4950684eef9a98a73 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 10 Jul 2023 17:52:52 +0200 Subject: util.datamanager: Fix missing separator in log line --- util/datamanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/datamanager.lua b/util/datamanager.lua index 36e9b39d..b15cd6d4 100644 --- a/util/datamanager.lua +++ b/util/datamanager.lua @@ -397,7 +397,7 @@ local index_mt = { } local function get_list_index(username, host, datastore) - log("debug", "Loading index for (%s%s/%s)", username, host, datastore); + log("debug", "Loading index for (%s@%s/%s)", username, host, datastore); local index_filename = getpath(username, host, datastore, "lidx"); local ih = io_open(index_filename); if ih then -- cgit v1.2.3