mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTDLL:LDR]
- Enable relocation debug prints again. While it's not a critical error anymore when they happen it's still critical for debugging issues. svn path=/trunk/; revision=68626
This commit is contained in:
@@ -1323,7 +1323,7 @@ SkipCheck:
|
||||
ImageBase = (ULONG_PTR)NtHeaders->OptionalHeader.ImageBase;
|
||||
ImageEnd = ImageBase + ViewSize;
|
||||
|
||||
DPRINT("LDR: LdrpMapDll Relocating Image Name %ws (%p -> %p)\n", DllName, (PVOID)ImageBase, ViewBase);
|
||||
DPRINT1("LDR: LdrpMapDll Relocating Image Name %ws (%p-%p -> %p)\n", DllName, (PVOID)ImageBase, (PVOID)ImageEnd, ViewBase);
|
||||
|
||||
/* Scan all the modules */
|
||||
ListHead = &Peb->Ldr->InLoadOrderModuleList;
|
||||
@@ -1362,7 +1362,7 @@ SkipCheck:
|
||||
RtlInitUnicodeString(&OverlapDll, L"Dynamically Allocated Memory");
|
||||
}
|
||||
|
||||
DPRINT("Overlapping DLL: %wZ\n", &OverlapDll);
|
||||
DPRINT1("Overlapping DLL: %wZ\n", &OverlapDll);
|
||||
|
||||
/* Are we dealing with a DLL? */
|
||||
if (LdrEntry->Flags & LDRP_IMAGE_DLL)
|
||||
@@ -2545,7 +2545,7 @@ LdrpLoadDll(IN BOOLEAN Redirected,
|
||||
if (ShowSnaps)
|
||||
{
|
||||
DbgPrint("LDR: Unloading %wZ due to error %x walking "
|
||||
"import descriptors",
|
||||
"import descriptors\n",
|
||||
DllName,
|
||||
Status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user