mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
util.datamanager: fix duplicated word in log message
This commit is contained in:
parent
9f53fd30a9
commit
b9f73bc724
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue