From a33dddf428bd44af867d1ee78b13fcf73d725ca5 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Sun, 7 Dec 2014 23:50:45 +0100
Subject: [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
---
 src/luaotfload-main.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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--
-- 
cgit v1.2.3