mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-15 08:27:34 +00:00
Logging update
This commit is contained in:
@@ -151,8 +151,6 @@ void SCSIHD_NEC::Open(const Filepath& path)
|
|||||||
SetBlockCount(imgsize >> disk.size);
|
SetBlockCount(imgsize >> disk.size);
|
||||||
disk.imgoffset = imgoffset;
|
disk.imgoffset = imgoffset;
|
||||||
|
|
||||||
LOGINFO("Media capacity for image file '%s': %ld blocks", path.GetPath(), GetBlockCount());
|
|
||||||
|
|
||||||
Disk::Open(path);
|
Disk::Open(path);
|
||||||
FileSupport::SetPath(path);
|
FileSupport::SetPath(path);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user