summaryrefslogtreecommitdiff
path: root/src/luaotfload-main.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-12-07 23:50:45 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-12-07 23:58:50 +0100
commita33dddf428bd44af867d1ee78b13fcf73d725ca5 (patch)
tree0f71c913b435e4b6a4fde3d1029d33ef08fe8f60 /src/luaotfload-main.lua
parent6ea428810db64a7acdda6776c124413ee5f6bebd (diff)
downloadluaotfload-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/luaotfload-main.lua')
-rw-r--r--src/luaotfload-main.lua2
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--