mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.datamanager: Fix missing separator in log line
This commit is contained in:
parent
2b56e0473a
commit
96bc5fd439
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue