diff --git a/reactos/dll/ntdll/ldr/utils.c b/reactos/dll/ntdll/ldr/utils.c index 2f67bda3d50..862115d09db 100644 --- a/reactos/dll/ntdll/ldr/utils.c +++ b/reactos/dll/ntdll/ldr/utils.c @@ -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; }