From 1635864125a31bb8732d2c04d64a0ca6baa62006 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 5 Nov 2008 14:51:38 +0000 Subject: switch some one-shot ddebugs to debug git-svn-id: svn://tug.org/texlive/trunk@11192 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 0589b2939e9..0241a89bc51 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -726,7 +726,7 @@ sub calc_depends { # collect the already selected packages my @pre_selected = keys %install; - ddebug("initial number of installations: $#pre_selected\n"); + debug("initial number of installations: $#pre_selected\n"); # loop over all the pre_selected and add them foreach $p (@pre_selected) { @@ -757,7 +757,7 @@ sub calc_depends { # check for newly selected packages my @post_selected = keys %install; - ddebug("number of post installations: $#post_selected\n"); + debug("number of post installations: $#post_selected\n"); # set repeat condition if ($#pre_selected != $#post_selected) { -- cgit v1.2.3