mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:45:49 +00:00
- A message about LdrGetExportByName() is not critical, so downgrade it from DPRINT1 to DPRINT.
svn path=/trunk/; revision=31159
This commit is contained in:
parent
bec1436ca2
commit
a94ee6f99f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
return (PVOID)NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue