From f3807275cf85b2081526cbe1a0e559e183741af3 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 2 May 2000 08:21:53 +0000 Subject: *** empty log message *** --- perl-install/resize_fat/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/resize_fat/any.pm') diff --git a/perl-install/resize_fat/any.pm b/perl-install/resize_fat/any.pm index 407159437..d150b142c 100644 --- a/perl-install/resize_fat/any.pm +++ b/perl-install/resize_fat/any.pm @@ -108,6 +108,7 @@ sub flag_clusters { } else { return } my $nb = resize_fat::c_rewritten::checkFat($cluster, $type, "$curr_dir_name/$entry->{name}"); + print "resize_fat:flag_clusters: check fat returned $nb for $curr_dir_name/$entry->{name}\n"; $nb_dirs += $nb if $type == $DIRECTORY; 0; }; -- cgit v1.2.1