diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-16 13:39:31 -0800 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-16 13:39:31 -0800 |
commit | 0240debbdf16de1be83e61bc1db3fb8bf70809c9 (patch) | |
tree | 1084cde2f2a7af51f0e045c89912ed28a42897c6 /luaotfload-override.lua | |
parent | 790b1a0def65cb6508f869ea08829b50544add99 (diff) | |
parent | 2be8db31dc0406e149a89c62bd628cfa6756ab30 (diff) | |
download | luaotfload-0240debbdf16de1be83e61bc1db3fb8bf70809c9.tar.gz |
Merge pull request #151 from phi-gamma/master
sync, auto-truncation of status messages
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r-- | luaotfload-override.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 0e17f05..b1773fa 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -40,20 +40,6 @@ if tex and (tex.jobname or tex.formatname) then texjob = true end ---[[doc-- -We recreate the verbosity levels previously implemented in font-nms: - - ========================================================== - lvl arg trace_loading trace_search suppress_output - ---------------------------------------------------------- - (0) -> -q ⊥ ⊥ ⊤ - (1) -> ∅ ⊥ ⊥ ⊥ - (2) -> -v ⊤ ⊥ ⊥ - (>2) -> -vv ⊤ ⊤ ⊥ - ========================================================== - ---doc]]-- - local loglevel = 0 --- default local logout = "log" |