From b9f73bc7240b87e537f141cf0a4f4c1bef219c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 16 Nov 2024 09:20:29 +0100 Subject: util.datamanager: fix duplicated word in log message --- util/datamanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/datamanager.lua b/util/datamanager.lua index 4269e5d1..8192d12a 100644 --- a/util/datamanager.lua +++ b/util/datamanager.lua @@ -509,7 +509,7 @@ end local function list_open(username, host, datastore) if not index_magic then - log("debug", "Falling back from lazy loading to to loading full list for %s storage for user: %s@%s", datastore, username or "nil", host or "nil"); + log("debug", "Falling back from lazy loading to loading full list for %s storage for user: %s@%s", datastore, username or "nil", host or "nil"); return list_load(username, host, datastore); end local filename = getpath(username, host, datastore, "list"); -- cgit v1.2.3