Debug logz
[lwext4.git] / blockdev / windows / file_windows.c
index 291fc114015956ceae94ede58040576ff388ef7f..b894f7a51a5990af9e764e5e746f0e7252ed19dc 100644 (file)
@@ -144,6 +144,7 @@ static int file_bwrite(struct ext4_blockdev *bdev, const void *buf,
        long hipart = blk_id >> (32 - 9);
        long lopart = blk_id << 9;
        long err;
+       printf("file_bwrite %d %d\n", blk_id, blk_cnt);
 
        SetLastError(0);
        lopart = SetFilePointer(dev_file, lopart, &hipart, FILE_BEGIN);