summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua b/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua
index 4c5254721df..d1ffde87903 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua
+++ b/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua
@@ -9,9 +9,9 @@ if not modules then modules = { } end modules ['util-lib-imp-gm'] = {
local graphicmagick = utilities.graphicmagick or { }
utilities.graphicmagick = graphicmagick
-local report_gm = logs.reporter("swiglib gm")
+local report_gm = logs.reporter("swiglib graphicsmagick")
-local gm = swiglib("gmwand.core")
+local gm = swiglib("graphicsmagick.core")
if gm then
report_gm("library loaded")