Software /
code /
prosody
Changeset
13180:48622b89f570
util.datamanager: Fix missing separator in log line
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 10 Jul 2023 17:52:52 +0200 |
parents | 13179:1b1ed555f307 |
children | 13181:87487056bccb |
files | util/datamanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/util/datamanager.lua Mon Jul 10 00:34:37 2023 +0200 +++ b/util/datamanager.lua Mon Jul 10 17:52:52 2023 +0200 @@ -397,7 +397,7 @@ } 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