This commit is contained in:
jief666 2020-10-27 21:53:29 +03:00
parent 64c6c10fdf
commit 9baf34fd57
1 changed files with 1 additions and 1 deletions

View File

@ -1725,7 +1725,7 @@ BOOLEAN SetOEMPathIfExists(IN EFI_FILE *Root, const XStringW& path, const XStrin
DBG("CheckOEMPathExists tried %ls. '%ls.plist' not exists in dir\n", path.wc_str(), ConfName.wc_str());
}
}else{
DBG("CheckOEMPathExists tried %ls. Dir not exists\n", path.wc_str());
DBG("CheckOEMPathExists tried %ls. Dir does not exist\n", path.wc_str());
}
return 0;
}