summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-09 08:11:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-09 08:11:48 +0000
commita13594ac286abf52d075e85f197ae31e206bdc04 (patch)
treeb708b598ab5425d037f8e28f89435523e50f887c
parent091bc3cf434efd6a8eddf1d737a905bea56290ab (diff)
downloaddrakx-backup-do-not-use-a13594ac286abf52d075e85f197ae31e206bdc04.tar
drakx-backup-do-not-use-a13594ac286abf52d075e85f197ae31e206bdc04.tar.gz
drakx-backup-do-not-use-a13594ac286abf52d075e85f197ae31e206bdc04.tar.bz2
drakx-backup-do-not-use-a13594ac286abf52d075e85f197ae31e206bdc04.tar.xz
drakx-backup-do-not-use-a13594ac286abf52d075e85f197ae31e206bdc04.zip
add some logging
-rw-r--r--perl-install/fs/type.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 102a60830..ee5769111 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -303,6 +303,7 @@ sub type_subpart_from_magic {
$part->{fs_type_from_magic} = $p->{fs_type};
$p->{device_LABEL} = $ids->{ID_FS_LABEL} if $ids->{ID_FS_LABEL};
$p->{device_UUID} = $ids->{ID_FS_UUID} if $ids->{ID_FS_UUID};
+ log::l("vol_id gave: $p->{fs_type} $p->{device_UUID} $p->{device_LABEL}");
}
$p;
}