[KERNEL32]
[reactos.git] / reactos / dll / win32 / kernel32 / client / loader.c
index 7ab731b..7c555d2 100644 (file)
@@ -381,6 +381,7 @@ done:
     /* Set last error in failure case */
     if (!NT_SUCCESS(Status))
     {
+        DPRINT1("LoadLibraryExW(%ls) failing with status %lx\n", lpLibFileName, Status);
         BaseSetLastNTError(Status);
         return NULL;
     }