mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcFileLib: Correct module name
This commit is contained in:
parent
33b79837b9
commit
c5941b2f32
@ -305,7 +305,7 @@ FindWritableOcFileSystem (
|
||||
*FileSystem = NULL;
|
||||
}
|
||||
|
||||
DEBUG ((DEBUG_INFO, "OCSCR: Preferred handle is %p found fs %p\n", PreferedHandle, *FileSystem));
|
||||
DEBUG ((DEBUG_INFO, "OCFS: Preferred handle is %p found fs %p\n", PreferedHandle, *FileSystem));
|
||||
|
||||
if (*FileSystem == NULL) {
|
||||
return FindWritableFileSystem (FileSystem);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user