aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/datamanager.lua2
1 files changed, 1 insertions, 1 deletions
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