diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-09-22 04:00:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-09-22 04:00:37 +0000 |
commit | b3d668b9548c10040f99c0fe05fffca09c5ae944 (patch) | |
tree | 8084dd3ae179aec34c0581334e5b8555f9c2fd38 /perl-install | |
parent | 22724967131e7f327e7d7aa6974b58fb87ad56b3 (diff) | |
download | drakx-b3d668b9548c10040f99c0fe05fffca09c5ae944.tar drakx-b3d668b9548c10040f99c0fe05fffca09c5ae944.tar.gz drakx-b3d668b9548c10040f99c0fe05fffca09c5ae944.tar.bz2 drakx-b3d668b9548c10040f99c0fe05fffca09c5ae944.tar.xz drakx-b3d668b9548c10040f99c0fe05fffca09c5ae944.zip |
remove the backtrace
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/partition_table/dos.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table/dos.pm b/perl-install/partition_table/dos.pm index d0e0d8bb5..d364b0030 100644 --- a/perl-install/partition_table/dos.pm +++ b/perl-install/partition_table/dos.pm @@ -218,7 +218,7 @@ sub read { sub write { my ($hd, $sector, $pt) = @_; - log::l("partition::dos::write $hd->{device}" . backtrace()); + log::l("partition::dos::write $hd->{device}"); #- handle testing for writing partition table on file only! my $F; |