diff -r 96e5fb8b040d -r 36bfc973b146 kerneltest/e32test/lffs/t_lfsdrv2.cpp --- a/kerneltest/e32test/lffs/t_lfsdrv2.cpp Thu Dec 17 09:24:54 2009 +0200 +++ b/kerneltest/e32test/lffs/t_lfsdrv2.cpp Thu Jan 07 13:38:45 2010 +0200 @@ -532,7 +532,7 @@ test(r==KErrNone); test.Printf(_L("Size : %08x\n"),I64LOW(DriveCaps.iSize)); test.Printf(_L("Type : %d\n"),DriveCaps.iType); - test.Printf(_L("BatState : %d\n"),DriveCaps.iBattery); + test.Printf(_L("Connection Bus : %d\n"),DriveCaps.iConnectionBusType); test.Printf(_L("DriveAtt : %02x\n"),DriveCaps.iDriveAtt); test.Printf(_L("MediaAtt : %02x\n"),DriveCaps.iMediaAtt); test.Printf(_L("BaseAddress : %08x\n"),DriveCaps.iBaseAddress);