aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercopycontext.cpp')
-rw-r--r--src/intercopycontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intercopycontext.cpp b/src/intercopycontext.cpp
index fcec38a..c7fcf14 100644
--- a/src/intercopycontext.cpp
+++ b/src/intercopycontext.cpp
@@ -462,7 +462,7 @@ void InterCopyContext::copy_cached_func() const
462 "%s: source table '%s' found as %s in %s destination transfer database.", 462 "%s: source table '%s' found as %s in %s destination transfer database.",
463 _from ? _from : "main", 463 _from ? _from : "main",
464 _fqn, 464 _fqn,
465 luaG_typename(L2, luaG_type(L2, -1)), 465 luaG_typename(L2, -1).data(),
466 _to ? _to : "main"); 466 _to ? _to : "main");
467 } 467 }
468 lua_remove(L2, -2); // L1: ... t ... L2: t 468 lua_remove(L2, -2); // L1: ... t ... L2: t