summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 2785960538b..f3afba912c1 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -42,7 +42,7 @@ if (defined($::opt_lang)) {
if ($foo) {
$::lang = $foo;
} else {
- tllog($::LOG_DEBUG, "Didn't get any usuful code from reg_country: $foo...\n");
+ debug("Didn't get any usuful code from reg_country: $foo...\n");
}
} else {
# we load POSIX and locale stuff
@@ -214,7 +214,7 @@ sub run_menu {
my $l = length($text{$l});
$c = $l if ($l > $c);
}
- tllog($::LOG_DDEBUG, "setting column widhts to a=$a, c=$c\n");
+ debug("setting column widths to a=$a, c=$c\n");
calc_depends;
$mw = MainWindow->new;