diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-12-07 23:50:45 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-12-07 23:58:50 +0100 |
commit | a33dddf428bd44af867d1ee78b13fcf73d725ca5 (patch) | |
tree | 0f71c913b435e4b6a4fde3d1029d33ef08fe8f60 /src | |
parent | 6ea428810db64a7acdda6776c124413ee5f6bebd (diff) | |
download | luaotfload-a33dddf428bd44af867d1ee78b13fcf73d725ca5.tar.gz |
[main] increase log threshold for font loader post-initialization message
The message violated our policy of not suppressing all non-error
messages on the terminal at log level 0. The faulty message was moved to
level 1 for both streams.
addresses https://github.com/lualatex/luaotfload/issues/256
Diffstat (limited to 'src')
-rw-r--r-- | src/luaotfload-main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index 93256ee..0ecb248 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -377,7 +377,7 @@ end --- non-merge fallback scope pop_namespaces(our_environment, false)-- true) -logreport ("both", 0, "main", +logreport ("both", 1, "main", "fontloader loaded in %0.3f seconds", os.gettimeofday()-starttime) --[[doc-- |