diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-20 01:12:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-20 01:12:41 +0000 |
commit | 2a344947926e108bbaf5a1234c8d7b6357457fb9 (patch) | |
tree | 409705a34a33975d9b28792ec1094b9e4fda23c0 /Master | |
parent | d4c253238845b0363962f471f198b203b5376fb0 (diff) |
forgot =cut, sigh.
git-svn-id: svn://tug.org/texlive/trunk@11365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
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:", @_); |