summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/util-lib-imp-gs.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2017-04-08 12:28:54 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2017-04-08 12:28:54 +0200
commitea2466fe69bd082d379e95e1567f3de0b76de243 (patch)
tree70f1bdcf7d402f2ae013caebf5f4cef5f6c2baed /tex/context/base/mkiv/util-lib-imp-gs.lua
parente32f57c9c5968f0c09130f6e24e28a96d6e1393d (diff)
downloadcontext-ea2466fe69bd082d379e95e1567f3de0b76de243.tar.gz
2017-04-08 12:15:00
Diffstat (limited to 'tex/context/base/mkiv/util-lib-imp-gs.lua')
-rw-r--r--tex/context/base/mkiv/util-lib-imp-gs.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/util-lib-imp-gs.lua b/tex/context/base/mkiv/util-lib-imp-gs.lua
index 8fd2dd458..0eceda7aa 100644
--- a/tex/context/base/mkiv/util-lib-imp-gs.lua
+++ b/tex/context/base/mkiv/util-lib-imp-gs.lua
@@ -12,9 +12,9 @@ local formatters = string.formatters
local ghostscript = utilities.ghostscript or { }
utilities.ghostscript = ghostscript
-local report_gs = logs.reporter("swiglib gs")
+local report_gs = logs.reporter("swiglib ghostscript")
-local gs = swiglib("gs.core")
+local gs = swiglib("ghostscript.core")
local helpers = swiglib("helpers.core")
if gs then