add missing bracket

0.4
shivajiva101 2019-02-24 10:55:11 +00:00 committed by GitHub
parent d80911ed16
commit c36c30b1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ local function fetch_cache()
cap = cap + 1
end
end
minetest.log("action", "[sauth] cached " .. cap .. " records."
minetest.log("action", "[sauth] cached " .. cap .. " records.")
end
local function trim_cache()