OcFileLib: Correct module name

This commit is contained in:
PMheart 2021-06-16 11:16:27 +08:00
parent 33b79837b9
commit c5941b2f32

View File

@ -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);