summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLTREE.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-05 14:51:46 +0000
committerKarl Berry <karl@freefriends.org>2008-11-05 14:51:46 +0000
commit2ba96951ab9bb02918885f9089c6ced2c466957e (patch)
tree616e3fb4fad792bdc9a4cbf794a68e45a0b4e7ba /Master/tlpkg/TeXLive/TLTREE.pm
parent1635864125a31bb8732d2c04d64a0ca6baa62006 (diff)
switch some one-shot ddebugs to debug
git-svn-id: svn://tug.org/texlive/trunk@11193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm
index b87625c702e..bdb83ca59f0 100644
--- a/Master/tlpkg/TeXLive/TLTREE.pm
+++ b/Master/tlpkg/TeXLive/TLTREE.pm
@@ -30,7 +30,7 @@ sub new {
sub init_from_svn {
my $self = shift;
die "Undefined svn root" if !defined($self->{'svnroot'});
- ddebug("initializing from svn tree $self->{'svnroot'}\n");
+ debug("initializing from svn tree $self->{'svnroot'}\n");
my @lines = `cd $self->{'svnroot'} && svn status -v`;
$self->_initialize_lines(@lines);
}