Skip to content

Commit

Permalink
Less logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jief666 committed Oct 17, 2020
1 parent 002ba50 commit b282418
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Library/OcVirtualFsLib/VirtualFile.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,12 @@ VirtualFileGetInfo (
Buffer
);

DEBUG ((DEBUG_VERBOSE, "Getting file info %g with now BufferSize %u mode gave - %r\n",
InformationType, (UINT32) *BufferSize, Status));
// DEBUG ((DEBUG_VERBOSE, "Getting file info %g with now BufferSize %u mode gave - %r\n",
// InformationType, (UINT32) *BufferSize, Status));

if (!EFI_ERROR (Status) && CompareGuid (InformationType, &gEfiFileInfoGuid)) {
DEBUG ((DEBUG_VERBOSE, "Got file size %u\n", (UINT32) ((EFI_FILE_INFO *) Buffer)->FileSize));
}
// if (!EFI_ERROR (Status) && CompareGuid (InformationType, &gEfiFileInfoGuid)) {
// DEBUG ((DEBUG_VERBOSE, "Got file size %u\n", (UINT32) ((EFI_FILE_INFO *) Buffer)->FileSize));
// }

return Status;
}
Expand Down

0 comments on commit b282418

Please sign in to comment.