- Improve a debug print to provide more info.

svn path=/trunk/; revision=25146
This commit is contained in:
Aleksey Bragin 2006-12-13 16:04:17 +00:00
parent 8a628a8eea
commit 209f1567c8

View file

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