summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index a0d401c92bf..30408613ea2 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1640,6 +1640,8 @@ This third level debugging message reports messages about processing
each line of any tlpdb files read, in addition to the first and second
levels.
+=cut
+
sub dddebug {
return if ($::opt_verbosity < 3);
logit(\*STDOUT, 3, "DDD:", @_);