Modules/LVM - Log basics of supervolumes
authorJohn Hodge <[email protected]>
Wed, 18 Dec 2013 14:14:20 +0000 (22:14 +0800)
committerJohn Hodge <[email protected]>
Wed, 18 Dec 2013 14:14:20 +0000 (22:14 +0800)
KernelLand/Modules/Storage/LVM/volumes.c

index d923d88..1768267 100644 (file)
@@ -60,6 +60,8 @@ void *LVM_AddVolume(const tLVM_VolType *Type, const char *Name, void *Ptr, size_
 
        // Type->CountSubvolumes
        dummy_vol.nSubVolumes = fmt->CountSubvolumes(&dummy_vol, first_block);
+       Log_Debug("LVM", "Volume %s as format %s gives %i sub-volumes",
+               Name, fmt->Name, dummy_vol.nSubVolumes);
        
        // Create real volume descriptor
        // TODO: If this needs to be rescanned later, having the subvolume list separate might be an idea

UCC git Repository :: git.ucc.asn.au