summaryrefslogtreecommitdiff
path: root/tex/context/base/colo-icc.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-02-08 21:46:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-02-08 21:46:00 +0100
commit7dc350d0d097b61338500f8605518e215e3ef103 (patch)
tree4ef528fbd7a44545172dda69bcc143afde4a6506 /tex/context/base/colo-icc.lua
parent631393e12fad038adbe9ab8408b89a7b5335820c (diff)
downloadcontext-7dc350d0d097b61338500f8605518e215e3ef103.tar.gz
beta 2011.02.08 21:46
Diffstat (limited to 'tex/context/base/colo-icc.lua')
-rw-r--r--tex/context/base/colo-icc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/colo-icc.lua b/tex/context/base/colo-icc.lua
index 4687bfe3f..2ce34e8cd 100644
--- a/tex/context/base/colo-icc.lua
+++ b/tex/context/base/colo-icc.lua
@@ -11,7 +11,7 @@ local readstring, readnumber = io.readstring, io.readnumber
local colors = attributes and attributes.colors or { } -- when used in mtxrun
-local report_colors = logs.new("colors","icc")
+local report_colors = logs.reporter("colors","icc")
local R, Cs, lpegmatch = lpeg.R, lpeg.Cs, lpeg.match