mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcFileLib: Make SafeOpenFile warning debug only
This commit is contained in:
parent
6ff1c87031
commit
907f225f1f
@ -41,7 +41,7 @@ SafeFileOpen (
|
||||
ASSERT (FileName != NULL);
|
||||
Length = StrLen (FileName);
|
||||
if (Length > 0 && FileName[Length - 1] == L'\\') {
|
||||
DEBUG ((DEBUG_ERROR, "OCFS: Filename %s has trailing slash\n", FileName));
|
||||
DEBUG ((DEBUG_INFO, "OCFS: Filename %s has trailing slash\n", FileName));
|
||||
}
|
||||
DEBUG_CODE_END ();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user