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/io.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/resize_fat/io.pm') diff --git a/perl-install/resize_fat/io.pm b/perl-install/resize_fat/io.pm index 2c106b87c..6543f9118 100644 --- a/perl-install/resize_fat/io.pm +++ b/perl-install/resize_fat/io.pm @@ -11,6 +11,7 @@ use c; sub read($$$) { my ($fs, $pos, $size) = @_; + print "reading $size bytes at $pos\n"; my $buf = "\0" x $size; sysseek $fs->{fd}, $pos, 0 or die "seeking to byte #$pos failed on device $fs->{fs_name}"; sysread $fs->{fd}, $buf, $size or die "reading at byte #$pos failed on device $fs->{fs_name}"; -- cgit v1.2.1