diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-09 16:54:13 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-09 16:54:13 +0100 |
commit | 2c6feb979da6435bb9f6636a46be576f688f7f78 (patch) | |
tree | 9a54c17e9a1730aeb65453f27f010c4f8d57171f /luaotfload-features.lua | |
parent | e069690a7f747f7b17baed6974168192857eb485 (diff) | |
download | luaotfload-2c6feb979da6435bb9f6636a46be576f688f7f78.tar.gz |
[log,*] s/log.names_report()/logs.report()/g
Closing #169
Signed-off-by: Philipp Gesang <phg42.2a@gmail.com>
Diffstat (limited to 'luaotfload-features.lua')
-rw-r--r-- | luaotfload-features.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua index 73edcd2..4237d71 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -49,7 +49,7 @@ function fonts.definers.getspecification(str) end local log = luaotfload.log -local report = log.names_report +local report = log.report local stringfind = string.find local stringlower = string.lower |