- A message about LdrGetExportByName() is not critical, so downgrade it from DPRINT1 to DPRINT.

svn path=/trunk/; revision=31159
This commit is contained in:
Aleksey Bragin 2007-12-11 18:48:52 +00:00
parent bec1436ca2
commit a94ee6f99f

View file

@ -1195,7 +1195,7 @@ LdrGetExportByName(PVOID BaseAddress,
}
}
DPRINT1("LdrGetExportByName(): failed to find %s\n",SymbolName);
DPRINT("LdrGetExportByName(): failed to find %s\n",SymbolName);
return (PVOID)NULL;
}