[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix missing argument in log message (d4f8313)

Marcel Fabian Krüger tex at 2krueger.de
Sun May 29 08:25:45 CEST 2022


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/d4f83132071788f95ea3fdf1babd852c5ddeb79d

>---------------------------------------------------------------

commit d4f83132071788f95ea3fdf1babd852c5ddeb79d
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun May 29 07:15:38 2022 +0200

    Fix missing argument in log message


>---------------------------------------------------------------

d4f83132071788f95ea3fdf1babd852c5ddeb79d
 src/luaotfload-database.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index 7b8aa38..387187a 100644
--- a/src/luaotfload-database.lua
+++ b/src/luaotfload-database.lua
@@ -2438,7 +2438,7 @@ local function count_removed (files)
         local f = old[i]
         if not kpsereadable_file (f) then
             logreport ("log", 2, "db",
-                      "File %q does not exist in file system.")
+                      "File %q does not exist in file system.", f)
             nrem = nrem + 1
         end
     end





More information about the latex3-commits mailing list.