mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Improve a debug print to provide more info.
svn path=/trunk/; revision=25146
This commit is contained in:
@@ -1099,7 +1099,8 @@ LdrGetExportByName(PVOID BaseAddress,
|
||||
&ExportDirSize);
|
||||
if (ExportDir == NULL)
|
||||
{
|
||||
DPRINT1("LdrGetExportByName(): no export directory!\n");
|
||||
DPRINT1("LdrGetExportByName(): no export directory, "
|
||||
"can't lookup %s/%hu!\n", SymbolName, Hint);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user